From 8986370ac83bda132ec8d246a585776fb6000464 Mon Sep 17 00:00:00 2001 From: alex Date: Sat, 13 Dec 2025 23:55:12 -0800 Subject: [PATCH] guix: update manifest Add extra packages to properly build/test in pure container --- manifest.scm | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/manifest.scm b/manifest.scm index 59adb3b..3af2cf8 100644 --- a/manifest.scm +++ b/manifest.scm @@ -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")) -- 2.52.0