apteryx pushed a commit to branch core-updates
in repository guix.
commit f73afa83a427f2b55bc46dd5146d300e2f954ae3
Author: Maxime Devos <[email protected]>
AuthorDate: Fri Jul 2 12:13:15 2021 +0200
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 <[email protected]>
Change-Id: Icd77fcd747fc2066d7a413c984f22c134ffddbec
---
gnu/packages/orange.scm | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/orange.scm b/gnu/packages/orange.scm
index 8b22124c35..cbc8029729 100644
--- a/gnu/packages/orange.scm
+++ b/gnu/packages/orange.scm
@@ -22,6 +22,7 @@
#: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 @@ GUI based workflow. It is primarily used in the Orange
framework.")
(native-inputs
(list python-cython))
(inputs
- (list python-anyqt
+ (list bash-minimal
+ python-anyqt
python-baycomp
python-bottleneck
python-chardet