gnu: linux: Add 'bash' input for 'wrap-program'.

It is required for cross-compilation.

* gnu/packages/linux.scm
(kbd)[inputs]: Add 'bash-minimal'.
(singularity)[inputs]: Likewise.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Change-Id: I5586d61c683f8f1f48f9d28590f088023572b2b8
This commit is contained in:
Maxime Devos 2021-07-02 12:07:30 +02:00 committed by Ludovic Courtès
parent e441005546
commit 1d66e38472
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -4236,7 +4236,8 @@ (define-public kbd
(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 @@ (define-public singularity
(string-append (which "env") " "
#$output "/bin/singularity")))))))))
(inputs
(list coreutils
(list bash-minimal
coreutils
libarchive
python-wrapper
squashfs-tools