apteryx pushed a commit to branch core-updates
in repository guix.
commit 95ce5943eb73a92f5b17064abd4ba1996f1abf4b
Author: Maxime Devos <[email protected]>
AuthorDate: Fri Jul 2 12:13:10 2021 +0200
gnu: raincat: Add 'bash' input for 'wrap-program'.
It is required for cross-compilation.
* gnu/packages/haskell-apps.scm
(raincat)[inputs]: Add 'bash-minimal'.
Signed-off-by: Maxim Cournoyer <[email protected]>
Change-Id: I43678905da46d4ab6638d2c7744a547d5ee00089
---
gnu/packages/haskell-apps.scm | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/haskell-apps.scm b/gnu/packages/haskell-apps.scm
index ac22082088..57786ef5bf 100644
--- a/gnu/packages/haskell-apps.scm
+++ b/gnu/packages/haskell-apps.scm
@@ -42,6 +42,7 @@
#:use-module ((guix licenses) #:prefix license:)
#:use-module (guix build-system haskell)
#:use-module (gnu packages)
+ #:use-module (gnu packages bash)
#:use-module (gnu packages curl)
#:use-module (gnu packages freedesktop)
#:use-module (gnu packages gl)
@@ -752,7 +753,8 @@ Haskell.")
"/lib"))))
#t))))))
(inputs
- (list ghc-extensible-exceptions
+ (list bash-minimal
+ ghc-extensible-exceptions
ghc-random
ghc-glut
freeglut