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
@ -132,7 +132,7 @@ specifying desired matches and transformations in the C code.")
|
||||
"1va5pzmxbzpi87vdnbjm9qdf9bvzps9xfv0gi4mycgg3bybb0xc8"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs
|
||||
(list perl python))
|
||||
(list bash-minimal perl python))
|
||||
(arguments
|
||||
'(#:parallel-tests? #f
|
||||
#:phases
|
||||
|
Loading…
Reference in New Issue
Block a user