mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: swish-e: Add 'bash' input for 'wrap-program'.
It is required for cross-compilation. * gnu/packages/search.scm (swish-e)[inputs]: Add 'bash-minimal'. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Change-Id: Iff70ecd244e2ca89c28015e2685e5966c08cf0d7
This commit is contained in:
parent
e70aa13cf0
commit
fe83f96235
1 changed files with 2 additions and 1 deletions
|
@ -47,6 +47,7 @@ (define-module (gnu packages search)
|
|||
#:use-module (gnu packages aspell)
|
||||
#:use-module (gnu packages autotools)
|
||||
#:use-module (gnu packages base)
|
||||
#:use-module (gnu packages bash)
|
||||
#:use-module (gnu packages compression)
|
||||
#:use-module (gnu packages check)
|
||||
#:use-module (gnu packages databases)
|
||||
|
@ -631,7 +632,7 @@ (define-public swish-e
|
|||
;; building: xpdf, catdoc, MP3::Tag, Spreadsheet::ParseExcel,
|
||||
;; HTML::Entities.
|
||||
(inputs
|
||||
(list perl perl-uri perl-html-parser perl-html-tagset
|
||||
(list bash-minimal perl perl-uri perl-html-parser perl-html-tagset
|
||||
perl-mime-types))
|
||||
(arguments
|
||||
`(;; XXX: This fails to build with zlib (API mismatch) and tests fail
|
||||
|
|
Loading…
Reference in a new issue