diff options
-rw-r--r-- | gnu/packages/linux.scm | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 9478cb89b5..df8cc1943d 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -4236,7 +4236,8 @@ NUMA performance on your system.") (native-inputs (list autoconf pkg-config)) (inputs - `(("bzip2" ,bzip2) + `(("bash" ,bash-minimal) ; for wrap-program + ("bzip2" ,bzip2) ("gzip" ,gzip) ("pam" ,linux-pam) ("xz" ,xz) @@ -5383,7 +5384,8 @@ thanks to the use of namespaces.") (string-append (which "env") " " #$output "/bin/singularity"))))))))) (inputs - (list coreutils + (list bash-minimal + coreutils libarchive python-wrapper squashfs-tools |