diff options
author | EuAndreh <eu@euandre.org> | 2022-01-19 09:49:25 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2022-01-19 09:49:25 -0300 |
commit | 5b2f3bbd6a9bcab39663d66a9099e4246ff98e5e (patch) | |
tree | d897a16403553b488678bf2357f94b8395450b42 /aux/containers/guix/manifest.scm | |
parent | CHANGELOG.md, README.md: Fix links (diff) | |
download | package-repository-5b2f3bbd6a9bcab39663d66a9099e4246ff98e5e.tar.gz package-repository-5b2f3bbd6a9bcab39663d66a9099e4246ff98e5e.tar.xz |
aux/containers/guix/manifest.scm: Add jq
Diffstat (limited to 'aux/containers/guix/manifest.scm')
-rw-r--r-- | aux/containers/guix/manifest.scm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/aux/containers/guix/manifest.scm b/aux/containers/guix/manifest.scm index f670fdd..4f228af 100644 --- a/aux/containers/guix/manifest.scm +++ b/aux/containers/guix/manifest.scm @@ -21,4 +21,6 @@ hunspell-dict-en-utf8 hunspell-dict-pt-utf8 hunspell-dict-fr-utf8 - hunspell-dict-eo-utf8))) + hunspell-dict-eo-utf8 + + jq))) |