[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#49327] [PATCH core-updates 119/128] gnu: orange: Add 'bash' input f
From: |
Maxime Devos |
Subject: |
[bug#49327] [PATCH core-updates 119/128] gnu: orange: Add 'bash' input for 'wrap-program'. |
Date: |
Fri, 2 Jul 2021 12:13:15 +0200 |
It is required for cross-compilation.
* gnu/packages/orange.scm
(orange)[inputs]: Add 'bash-minimal'.
---
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 942e194739..5524bd2f82 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)
@@ -148,7 +149,8 @@ GUI based workflow. It is primarily used in the Orange
framework.")
(native-inputs
`(("python-cython" ,python-cython)))
(inputs
- `(("python-anyqt" ,python-anyqt)
+ `(("bash" ,bash-minimal) ; for wrap-program
+ ("python-anyqt" ,python-anyqt)
("python-baycomp" ,python-baycomp)
("python-bottleneck" ,python-bottleneck)
("python-chardet" ,python-chardet)
--
2.32.0
- [bug#49327] [PATCH core-updates 110/128] gnu: xdot: Add 'bash' input for 'wrap-program'., (continued)
- [bug#49327] [PATCH core-updates 110/128] gnu: xdot: Add 'bash' input for 'wrap-program'., Maxime Devos, 2021/07/02
- [bug#49327] [PATCH core-updates 113/128] gnu: guile-wm: Add 'bash' input for 'wrap-program'., Maxime Devos, 2021/07/02
- [bug#49327] [PATCH core-updates 093/128] gnu: lightdm-djvu: Add 'bash' input for 'wrap-program'., Maxime Devos, 2021/07/02
- [bug#49327] [PATCH core-updates 097/128] gnu: education: Add 'bash' input for 'wrap-program'., Maxime Devos, 2021/07/02
- [bug#49327] [PATCH core-updates 100/128] gnu: po4a: Add 'bash' input for 'wrap-program'., Maxime Devos, 2021/07/02
- [bug#49327] [PATCH core-updates 102/128] gnu: gnome-shell-extension-gsconnect: Add 'bash' input., Maxime Devos, 2021/07/02
- [bug#49327] [PATCH core-updates 103/128] gnu: gnucash: Add 'bash' input for 'wrap-program'., Maxime Devos, 2021/07/02
- [bug#49327] [PATCH core-updates 114/128] gnu: raincat: Add 'bash' input for 'wrap-program'., Maxime Devos, 2021/07/02
- [bug#49327] [PATCH core-updates 106/128] gnu: gnuzilla: Add 'bash' input for 'wrap-program'., Maxime Devos, 2021/07/02
- [bug#49327] [PATCH core-updates 107/128] gnu: gpodder: Add 'bash' input for 'wrap-program'., Maxime Devos, 2021/07/02
- [bug#49327] [PATCH core-updates 119/128] gnu: orange: Add 'bash' input for 'wrap-program'.,
Maxime Devos <=
- [bug#49327] [PATCH core-updates 116/128] gnu: mypaint: Add 'bash' input for 'wrap-program'., Maxime Devos, 2021/07/02
- [bug#49327] [PATCH core-updates 123/128] gnu: presentty: Add 'bash' input for 'wrap-program'., Maxime Devos, 2021/07/02
- [bug#49327] [PATCH core-updates 118/128] gnu: python-git-review: Add 'bash' input for 'wrap-program'., Maxime Devos, 2021/07/02
- [bug#49327] [PATCH core-updates 104/128] gnu: windowmaker: Add 'bash' input for 'wrap-program'., Maxime Devos, 2021/07/02
- [bug#49327] [PATCH core-updates 108/128] gnu: gpsd: Add 'bash' input for 'wrap-program'., Maxime Devos, 2021/07/02
- [bug#49327] [PATCH core-updates 111/128] gnu: groff: Add 'bash' input for 'wrap-program'., Maxime Devos, 2021/07/02
- [bug#49327] [PATCH core-updates 117/128] gnu: inkscape-1.0: Add 'bash' input for 'wrap-program'., Maxime Devos, 2021/07/02
- [bug#49327] [PATCH core-updates 120/128] gnu: akku: Add 'bash' input for 'wrap-program'., Maxime Devos, 2021/07/02
- [bug#49327] [PATCH core-updates 115/128] gnu: itk-snap: Add 'bash' input for 'wrap-program'., Maxime Devos, 2021/07/02
- [bug#49327] [PATCH core-updates 121/128] gnu: piet: Add 'bash' input for 'wrap-program'., Maxime Devos, 2021/07/02