mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: tomb: Add 'bash' input for 'wrap-program'.
It is required for cross-compilation. * gnu/packages/crypto.scm (tomb)[inputs]: Add 'bash-minimal'. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
This commit is contained in:
parent
249dba8d9e
commit
58ba26e049
1 changed files with 3 additions and 1 deletions
|
@ -49,6 +49,7 @@ (define-module (gnu packages crypto)
|
|||
#:use-module (gnu packages aidc)
|
||||
#:use-module (gnu packages attr)
|
||||
#:use-module (gnu packages autotools)
|
||||
#:use-module (gnu packages bash)
|
||||
#:use-module (gnu packages boost)
|
||||
#:use-module (gnu packages check)
|
||||
#:use-module (gnu packages compression)
|
||||
|
@ -489,7 +490,8 @@ (define-public tomb
|
|||
(build-system gnu-build-system)
|
||||
(native-inputs (list sudo)) ;presence needed for 'check' phase
|
||||
(inputs
|
||||
`(("zsh" ,zsh)
|
||||
`(("bash" ,bash-minimal) ; for wrap-program
|
||||
("zsh" ,zsh)
|
||||
("gnupg" ,gnupg)
|
||||
("cryptsetup" ,cryptsetup)
|
||||
("e2fsprogs" ,e2fsprogs) ;for mkfs.ext4
|
||||
|
|
Loading…
Reference in a new issue