aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-06-26 21:38:59 -0300
committerEuAndreh <eu@euandre.org>2021-06-26 21:38:59 -0300
commit7220f90733311740ce0f98308e42c79454668a9a (patch)
tree310faccb87afdf0de7bc7de743a33f5cadd4b1ed
parentTODOs.md: spellcheck (diff)
downloadgit-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.scm6
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)))