diff options
author | EuAndreh <eu@euandre.org> | 2021-02-18 00:02:09 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-02-18 00:02:09 -0300 |
commit | fe9ed62ca852b59a2d701a08deafda3cd553dd3a (patch) | |
tree | 52d77a38c306838d507a2a0c0d51cdad447d5c24 /aux/guix/manifest.scm | |
parent | Makefile.in: include some setup of C code (diff) | |
download | remembering-fe9ed62ca852b59a2d701a08deafda3cd553dd3a.tar.gz remembering-fe9ed62ca852b59a2d701a08deafda3cd553dd3a.tar.xz |
manifest.scm: Add C toolchain packages
Diffstat (limited to '')
-rw-r--r-- | aux/guix/manifest.scm | 7 |
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))) |