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:
Maxime Devos 2021-07-02 12:13:15 +02:00 committed by Ludovic Courtès
parent ac54023529
commit 7a7be612f6
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -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