1
0
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:
Maxime Devos
2021-07-02 12:07:31 +02:00
committed by Ludovic Courtès
parent 1d66e38472
commit 95a6badb9d

View File

@@ -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