mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 05:48:07 -05: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:
parent
daff7e7ddd
commit
24a67bcc17
1 changed files with 3 additions and 1 deletions
|
@ -54,6 +54,7 @@ (define-module (gnu packages image-processing)
|
|||
#: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 @@ (define-public itk-snap
|
|||
"/lib/qt5/plugins"))
|
||||
'("qtbase" "qtdeclarative-5"))))))))))
|
||||
(inputs
|
||||
(list curl
|
||||
(list bash-minimal
|
||||
curl
|
||||
fftw
|
||||
fftwf
|
||||
glu
|
||||
|
|
Loading…
Reference in a new issue