guix-patches
[Top][All Lists]
Advanced

[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






reply via email to

[Prev in Thread] Current Thread [Next in Thread]