]> infiniteadaptability.org Git - events/commitdiff
guix: update manifest
authoralex <[email protected]>
Sun, 14 Dec 2025 07:55:12 +0000 (23:55 -0800)
committeralex <[email protected]>
Sun, 14 Dec 2025 07:55:12 +0000 (23:55 -0800)
Add extra packages to properly build/test in pure container

manifest.scm

index 59adb3ba02a7b1511c9076f1bded3b98dc8d644c..3af2cf8fa9ee26bc3c68bbc4b13356bf93b9ead2 100644 (file)
@@ -1,7 +1,13 @@
-(specifications->manifest (list "gcc-toolchain"
-                                "autoconf"
+(specifications->manifest (list "autoconf"
                                 "automake"
-                                "make"
+                                "coreutils"
+                                "gawk"
+                                "gcc-toolchain"
                                 "gdb"
+                                "grep"
+                                "indent"
+                                "make"
+                                "sed"
+                                "tzdata"
                                 "universal-ctags"
                                 "valgrind"))