GNU bug report logs -
#49327
[PATCH core-updates 000/128] Add 'bash' input for 'wrap-program'.
Previous Next
Reported by: Maxime Devos <maximedevos <at> telenet.be>
Date: Fri, 2 Jul 2021 10:05:01 UTC
Severity: normal
Tags: patch
Done: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
Message #11 received at 49327 <at> debbugs.gnu.org (full text, mbox):
It is required for cross-compilation.
* gnu/packages/admin.scm
(isc-dhcp)[inputs]: Add 'bash-minimal'.
(clusterssh)[inputs]: Likewise.
(rename)[inputs]: Likewise.
(wpa-supplicant-gui)[inputs]: Likewise.
(nmap)[inputs]: Likewise.
(dstat)[inputs]: Likewise.
---
gnu/packages/admin.scm | 17 +++++++++++++----
1 file changed, 13 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index f8afc3d374..d9dfe7ab59 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -1278,7 +1278,8 @@ connection alive.")
`(("perl" ,perl)
("file" ,file)))
- (inputs `(("inetutils" ,inetutils)
+ (inputs `(("bash" ,bash-minimal) ; for wrap-program
+ ("inetutils" ,inetutils)
,@(if (hurd-target?) '()
`(("net-tools" ,net-tools)
("iproute" ,iproute)))
@@ -1458,7 +1459,8 @@ by bandwidth they use.")
("perl-test-trap" ,perl-test-trap)
("perltidy" ,perltidy)))
(inputs
- `(("perl-exception-class" ,perl-exception-class)
+ `(("bash" ,bash-minimal) ; for wrap-program
+ ("perl-exception-class" ,perl-exception-class)
("perl-sort-naturally" ,perl-sort-naturally)
("perl-tk" ,perl-tk)
("perl-try-tiny" ,perl-try-tiny)
@@ -1503,6 +1505,8 @@ over ssh connections.")
(,(string-append out "/lib/perl5/site_perl")))))
(find-files "." ".*")))
#t))))))
+ (inputs
+ `(("bash" ,bash-minimal))) ; for wrap-program
(native-inputs
`(("perl-module-build" ,perl-module-build)
("perl-test-pod" ,perl-test-pod)
@@ -1887,6 +1891,9 @@ command.")
(inputs `(("qtbase" ,qtbase)
("qtsvg" ,qtsvg)
,@(package-inputs wpa-supplicant)))
+ (inputs
+ `(("bash" ,bash-minimal) ; for wrap-program
+ ,@(package-inputs wpa-supplicant)))
(native-inputs
;; For icons.
`(("imagemagick" ,imagemagick)
@@ -2872,7 +2879,8 @@ done with the @code{auditctl} utility.")
#t))))
(build-system gnu-build-system)
(inputs
- `(("openssl" ,openssl)
+ `(("bash" ,bash-minimal) ; for wrap-program
+ ("openssl" ,openssl)
("libpcap" ,libpcap)
("pcre" ,pcre)
("lua" ,lua)
@@ -2972,7 +2980,8 @@ results (ndiff), and a packet generation and response analysis tool (nping).")
`("GUIX_PYTHONPATH" ":" prefix (,(getenv "GUIX_PYTHONPATH"))))
#t))))))
(inputs
- `(("python" ,python-wrapper)
+ `(("bash" ,bash-minimal) ; for wrap-program
+ ("python" ,python-wrapper)
("python-six" ,python-six)))
(synopsis "Versatile resource statistics tool")
(description "Dstat is a versatile replacement for @command{vmstat},
--
2.32.0
This bug report was last modified 1 year and 208 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.