[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
17/51: gnu: licensecheck: Add 'bash' input for 'wrap-program'.
From: |
guix-commits |
Subject: |
17/51: gnu: licensecheck: Add 'bash' input for 'wrap-program'. |
Date: |
Sat, 21 Oct 2023 15:19:31 -0400 (EDT) |
apteryx pushed a commit to branch core-updates
in repository guix.
commit 41ba975414826afcb1da003a51045a493ef2b277
Author: Maxime Devos <maximedevos@telenet.be>
AuthorDate: Fri Jul 2 12:07:31 2021 +0200
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>
---
gnu/packages/license.scm | 3 +++
1 file changed, 3 insertions(+)
diff --git a/gnu/packages/license.scm b/gnu/packages/license.scm
index ca8375d19d..6a43ada495 100644
--- a/gnu/packages/license.scm
+++ b/gnu/packages/license.scm
@@ -22,6 +22,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)
@@ -148,6 +149,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
- branch core-updates updated (f4cbc7fc0d -> 1d17861e87), guix-commits, 2023/10/21
- 01/51: gnu: syndication: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 02/51: gnu: ibus: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 03/51: gnu: photo: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 06/51: gnu: syncthing-gtk: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 10/51: gnu: byobu: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 12/51: gnu: perl: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 14/51: gnu: 389-ds-base: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 17/51: gnu: licensecheck: Add 'bash' input for 'wrap-program'.,
guix-commits <=
- 11/51: gnu: sawfish: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 21/51: gnu: ranger: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 07/51: gnu: spice: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 08/51: gnu: execline: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 09/51: gnu: swish-e: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 05/51: gnu: ceph: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 04/51: gnu: mosh: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 13/51: gnu: phabricator: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 15/51: gnu: lxqt: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 19/51: gnu: kawa: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21