mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: licensecheck: Add 'bash' input for 'wrap-program'.
It is required for cross-compilation. * gnu/packages/license.scm (licensecheck)[inputs]: Add 'bash-minimal'. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
This commit is contained in:
committed by
Ludovic Courtès
parent
1d66e38472
commit
95a6badb9d
@@ -23,6 +23,7 @@
|
||||
|
||||
(define-module (gnu packages license)
|
||||
#:use-module (gnu packages)
|
||||
#:use-module (gnu packages bash)
|
||||
#:use-module (gnu packages check)
|
||||
#:use-module (gnu packages perl)
|
||||
#:use-module (gnu packages perl-check)
|
||||
@@ -150,6 +151,8 @@ statements and serializes in normalized format.")
|
||||
("perl-string-escape" ,perl-string-escape)
|
||||
("perl-try-tiny" ,perl-try-tiny)
|
||||
("perl-module-runtime" ,perl-module-runtime)))
|
||||
(inputs
|
||||
`(("bash" ,bash-minimal))) ; for wrap-program
|
||||
(arguments
|
||||
`(#:phases
|
||||
(modify-phases %standard-phases
|
||||
|
||||
Reference in New Issue
Block a user