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:
Maxime Devos 2021-07-02 12:06:33 +02:00 committed by Ludovic Courtès
parent 88b94ced5e
commit b56d076a17
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5

View File

@ -132,7 +132,7 @@ specifying desired matches and transformations in the C code.")
"1va5pzmxbzpi87vdnbjm9qdf9bvzps9xfv0gi4mycgg3bybb0xc8")))) "1va5pzmxbzpi87vdnbjm9qdf9bvzps9xfv0gi4mycgg3bybb0xc8"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs (inputs
(list perl python)) (list bash-minimal perl python))
(arguments (arguments
'(#:parallel-tests? #f '(#:parallel-tests? #f
#:phases #:phases