mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-07 05:30:38 +02:00
gnu: itk-snap: Add 'bash' input for 'wrap-program'.
It is required for cross-compilation. * gnu/packages/image-processing.scm (itk-snap)[inputs]: Add 'bash-minimal'. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Change-Id: I700d4819aa240ab8d6dc3722336e8fe91d896d96
This commit is contained in:
committed by
Ludovic Courtès
parent
daff7e7ddd
commit
24a67bcc17
@@ -54,6 +54,7 @@
|
||||
#:use-module (gnu packages)
|
||||
#:use-module (gnu packages algebra)
|
||||
#:use-module (gnu packages base)
|
||||
#:use-module (gnu packages bash)
|
||||
#:use-module (gnu packages bison)
|
||||
#:use-module (gnu packages boost)
|
||||
#:use-module (gnu packages check)
|
||||
@@ -1483,7 +1484,8 @@ combine the information contained in both.")
|
||||
"/lib/qt5/plugins"))
|
||||
'("qtbase" "qtdeclarative-5"))))))))))
|
||||
(inputs
|
||||
(list curl
|
||||
(list bash-minimal
|
||||
curl
|
||||
fftw
|
||||
fftwf
|
||||
glu
|
||||
|
||||
Reference in New Issue
Block a user