Skip to content

Commit 4c66896

Browse files
committed
guix: Add valgrind and test dependencies
New packages in the environment: * valgrind (needed unless compiling with '-DSL_NO_POOL_VALGRIND'). * bash (for 'test/run-tests.sh'). * diffutils (for 'diff'). * sed
1 parent 226178e commit 4c66896

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

manifest.scm

+7-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,10 @@
66
;; Compilation
77
"coreutils"
88
"gcc-toolchain"
9-
"make"))
9+
"make"
10+
;; Optional compile-time dependencies
11+
"valgrind"
12+
;; Dependencies for tests
13+
"bash"
14+
"diffutils"
15+
"sed"))

0 commit comments

Comments
 (0)