diff options
author | EuAndreh <eu@euandre.org> | 2021-06-26 21:38:59 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-06-26 21:38:59 -0300 |
commit | 7220f90733311740ce0f98308e42c79454668a9a (patch) | |
tree | 310faccb87afdf0de7bc7de743a33f5cadd4b1ed | |
parent | TODOs.md: spellcheck (diff) | |
download | git-permalink-7220f90733311740ce0f98308e42c79454668a9a.tar.gz git-permalink-7220f90733311740ce0f98308e42c79454668a9a.tar.xz |
aux/guix/manifest.scm: Reorder hunspell, group it with basic packages
-rw-r--r-- | aux/guix/manifest.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/aux/guix/manifest.scm b/aux/guix/manifest.scm index de9fe04..f9ee4f2 100644 --- a/aux/guix/manifest.scm +++ b/aux/guix/manifest.scm @@ -14,10 +14,10 @@ pandoc gettext po4a - glibc - hunspell hunspell-dict-en-utf8 hunspell-dict-pt-utf8 hunspell-dict-fr-utf8 - hunspell-dict-eo-utf8))) + hunspell-dict-eo-utf8 + + glibc))) |