mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
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 <maxim.cournoyer@gmail.com> Change-Id: I43678905da46d4ab6638d2c7744a547d5ee00089
This commit is contained in:
parent
8ef04fb32a
commit
daff7e7ddd
1 changed files with 3 additions and 1 deletions
|
@ -44,6 +44,7 @@ (define-module (gnu packages haskell-apps)
|
|||
#: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)
|
||||
|
@ -858,7 +859,8 @@ (define-public raincat
|
|||
"/lib"))))
|
||||
#t))))))
|
||||
(inputs
|
||||
(list ghc-extensible-exceptions
|
||||
(list bash-minimal
|
||||
ghc-extensible-exceptions
|
||||
ghc-random
|
||||
ghc-glut
|
||||
freeglut
|
||||
|
|
Loading…
Reference in a new issue