mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: moreutils: Add 'bash' input for 'wrap-program'.
It is required for cross-compilation. * gnu/packages/moreutils.scm (moreutils)[inputs]: Add 'bash-minimal'. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Change-Id: I3f0d8ec4f7f6c99a5c759abe2f438ccbbb5c913c
This commit is contained in:
parent
fab57d9cc3
commit
a2255a5b78
1 changed files with 3 additions and 1 deletions
|
@ -20,6 +20,7 @@
|
|||
;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
(define-module (gnu packages moreutils)
|
||||
#:use-module (gnu packages bash)
|
||||
#:use-module (gnu packages docbook)
|
||||
#:use-module (gnu packages perl)
|
||||
#:use-module (gnu packages xml)
|
||||
|
@ -64,7 +65,8 @@ (define-public moreutils
|
|||
"docbook-xsl")))
|
||||
(string-append "CC=" #$(cc-for-target)))))
|
||||
(inputs
|
||||
(list perl
|
||||
(list bash-minimal
|
||||
perl
|
||||
perl-ipc-run
|
||||
perl-timedate
|
||||
perl-time-duration))
|
||||
|
|
Loading…
Reference in a new issue