Somehow, Aspell 0.60.6.1 and aspell-dict-en-2016.11.20-0 don't consider this a valid spelling. Skip it. TODO: Migrate to using hunspell. According to upstream, this bug won't be fixed. See https://bugzilla.gnome.org/show_bug.cgi?id=772406. --- a/testsuite/test-checker.c 2017-03-24 09:50:50.000000000 -0400 +++ b/testsuite/test-checker.c 2017-06-15 21:47:07.116173895 -0400 @@ -105,10 +105,11 @@ * be considered deprecated, it is better to use hunspell, so WONTFIX. * For more details, see: * https://bugzilla.gnome.org/show_bug.cgi?id=772406 + * + * correctly_spelled = gspell_checker_check_word (checker, "spell-checking", -1, &error); + * g_assert_no_error (error); + * g_assert (correctly_spelled); */ - correctly_spelled = gspell_checker_check_word (checker, "spell-checking", -1, &error); - g_assert_no_error (error); - g_assert (correctly_spelled); correctly_spelled = gspell_checker_check_word (checker, "nrst-auie", -1, &error); g_assert_no_error (error); >
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/conky.scm
AgeCommit message (Expand)Author
2023-06-07gnu: conky: Update to 1.19.2....* gnu/packages/conky.scm (conky): Update to 1.19.2. Pierre Neidhardt
2021-12-13gnu: Simplify package inputs....This commit was obtained by running: ./pre-inst-env guix style without any additional argument. Ludovic Courtès
2021-05-07gnu: conky: Enable WLAN support....* gnu/packages/conky.scm (conky)[arguments]: Add "-DBUILD_WLAN=ON" to #:configure-flags. [inputs]: Add wireless-tools. Tobias Geerinckx-Rice
2021-05-06gnu: conky: Run tests....There were always tests. * gnu/packages/conky.scm (conky)[arguments]: Build and run tests. Tobias Geerinckx-Rice
2021-05-06gnu: conky: Update to 1.12.2....* gnu/packages/conky.scm (conky): Update to 1.12.2. Tobias Geerinckx-Rice