mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: patchutils: Add 'bash' input for 'wrap-program'.
It is required for cross-compilation. * gnu/packages/pdf.scm (patchutils)[inputs]: Add 'bash-minimal'. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Change-Id: Ifeab38ef995d0685b3e5e59a770814aaac112a70
This commit is contained in:
parent
88b94ced5e
commit
b56d076a17
1 changed files with 1 additions and 1 deletions
|
@ -132,7 +132,7 @@ (define-public patchutils
|
|||
"1va5pzmxbzpi87vdnbjm9qdf9bvzps9xfv0gi4mycgg3bybb0xc8"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs
|
||||
(list perl python))
|
||||
(list bash-minimal perl python))
|
||||
(arguments
|
||||
'(#:parallel-tests? #f
|
||||
#:phases
|
||||
|
|
Loading…
Reference in a new issue