mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: orange: Add 'bash' input for 'wrap-program'.
It is required for cross-compilation. * gnu/packages/orange.scm (orange)[inputs]: Add 'bash-minimal'. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Change-Id: Icd77fcd747fc2066d7a413c984f22c134ffddbec
This commit is contained in:
parent
ac54023529
commit
7a7be612f6
1 changed files with 3 additions and 1 deletions
|
@ -22,6 +22,7 @@ (define-module (gnu packages orange)
|
|||
#:use-module (guix download)
|
||||
#:use-module (guix build-system python)
|
||||
#:use-module (gnu packages)
|
||||
#:use-module (gnu packages bash)
|
||||
#:use-module (gnu packages freedesktop)
|
||||
#:use-module (gnu packages graph)
|
||||
#:use-module (gnu packages machine-learning)
|
||||
|
@ -143,7 +144,8 @@ (define-public orange
|
|||
(native-inputs
|
||||
(list python-cython))
|
||||
(inputs
|
||||
(list python-anyqt
|
||||
(list bash-minimal
|
||||
python-anyqt
|
||||
python-baycomp
|
||||
python-bottleneck
|
||||
python-chardet
|
||||
|
|
Loading…
Reference in a new issue