[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
40/51: gnu: itk-snap: Add 'bash' input for 'wrap-program'.
From: |
guix-commits |
Subject: |
40/51: gnu: itk-snap: Add 'bash' input for 'wrap-program'. |
Date: |
Sat, 21 Oct 2023 15:19:34 -0400 (EDT) |
apteryx pushed a commit to branch core-updates
in repository guix.
commit 42cc69bda07fc55eef52734d662f866c7d8bf84a
Author: Maxime Devos <maximedevos@telenet.be>
AuthorDate: Fri Jul 2 12:13:11 2021 +0200
gnu: itk-snap: Add 'bash' input for 'wrap-program'.
It is required for cross-compilation.
* gnu/packages/image-processing.scm
(itk-snap)[inputs]: Add 'bash-minimal'.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Change-Id: I700d4819aa240ab8d6dc3722336e8fe91d896d96
---
gnu/packages/image-processing.scm | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/image-processing.scm
b/gnu/packages/image-processing.scm
index 9627ee7303..6ade46cbea 100644
--- a/gnu/packages/image-processing.scm
+++ b/gnu/packages/image-processing.scm
@@ -52,6 +52,7 @@
#:use-module (guix build-system python)
#:use-module (gnu packages)
#:use-module (gnu packages algebra)
+ #:use-module (gnu packages bash)
#:use-module (gnu packages bison)
#:use-module (gnu packages boost)
#:use-module (gnu packages check)
@@ -1489,7 +1490,8 @@ combine the information contained in both.")
"/lib/qt5/plugins"))
'("qtbase" "qtdeclarative-5"))))))))))
(inputs
- (list curl
+ (list bash-minimal
+ curl
fftw
fftwf
glu
- 20/51: gnu: ebook: Add 'bash' input for 'wrap-program'., (continued)
- 20/51: gnu: ebook: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 28/51: gnu: gramps: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 33/51: gnu: icedove: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 35/51: gnu: xdot: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 39/51: gnu: raincat: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 50/51: gnu: rednotebook: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 27/51: gnu: julia: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 49/51: gnu: gnuradio: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 30/51: gnu: gnome-shell-extension-gsconnect: Add 'bash' input., guix-commits, 2023/10/21
- 36/51: gnu: groff: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 40/51: gnu: itk-snap: Add 'bash' input for 'wrap-program'.,
guix-commits <=
- 41/51: gnu: mypaint: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 47/51: gnu: gunicorn: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21