diff options
author | EuAndreh <eu@euandre.org> | 2021-02-21 14:01:53 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-02-21 14:09:42 -0300 |
commit | 24f6e42ba96d03aad5dc216e340dd5219869686b (patch) | |
tree | 704d091da046bc319999fdb01e41d1b1484fdaf3 /aux/guix | |
parent | aux/ci/ci-build.sh: run git annex get (diff) | |
download | euandre.org-24f6e42ba96d03aad5dc216e340dd5219869686b.tar.gz euandre.org-24f6e42ba96d03aad5dc216e340dd5219869686b.tar.xz |
aux/guix/manifest.scm: Add Inkscape package
Diffstat (limited to '')
-rw-r--r-- | aux/guix/manifest.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/aux/guix/manifest.scm b/aux/guix/manifest.scm index 0347f3e..db465b9 100644 --- a/aux/guix/manifest.scm +++ b/aux/guix/manifest.scm @@ -21,4 +21,5 @@ mediainfo mdpo git-annex - hunspell))) + hunspell + inkscape))) |