aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-02-18 00:02:09 -0300
committerEuAndreh <eu@euandre.org>2021-02-18 00:02:09 -0300
commitfe9ed62ca852b59a2d701a08deafda3cd553dd3a (patch)
tree52d77a38c306838d507a2a0c0d51cdad447d5c24
parentMakefile.in: include some setup of C code (diff)
downloadremembering-fe9ed62ca852b59a2d701a08deafda3cd553dd3a.tar.gz
remembering-fe9ed62ca852b59a2d701a08deafda3cd553dd3a.tar.xz
manifest.scm: Add C toolchain packages
-rw-r--r--aux/guix/manifest.scm7
1 files changed, 6 insertions, 1 deletions
diff --git a/aux/guix/manifest.scm b/aux/guix/manifest.scm
index ab3e7bc..39ea45e 100644
--- a/aux/guix/manifest.scm
+++ b/aux/guix/manifest.scm
@@ -14,4 +14,9 @@
perl
shellcheck
pandoc
- groff)))
+ groff
+ gettext
+
+ clang-toolchain
+ valgrind
+ fallible)))