diff options
author | Maxime Devos <maximedevos@telenet.be> | 2021-07-02 12:07:20 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2024-08-31 10:42:40 +0200 |
commit | fe83f96235ad9fadb52142877ce990772bbcd34b (patch) | |
tree | c9616ccc1d8f2b9ae77a75569eeeee6491239ba1 /gnu | |
parent | e70aa13cf0fd5bc90eac8fc1faed20512879d4d8 (diff) | |
download | guix-fe83f96235ad9fadb52142877ce990772bbcd34b.tar.gz guix-fe83f96235ad9fadb52142877ce990772bbcd34b.zip |
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
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/search.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/search.scm b/gnu/packages/search.scm index becdc914e4..8722d528c1 100644 --- a/gnu/packages/search.scm +++ b/gnu/packages/search.scm @@ -47,6 +47,7 @@ #: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 @@ suitable as a default locate on your system.") ;; 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 |