~ruther/guix-local

daff7e7ddda601d35ed32409e2ecb1320e72e191 — Maxime Devos 4 years ago 8ef04fb
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
1 files changed, 3 insertions(+), 1 deletions(-)

M gnu/packages/haskell-apps.scm
M gnu/packages/haskell-apps.scm => gnu/packages/haskell-apps.scm +3 -1
@@ 44,6 44,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)


@@ 858,7 859,8 @@ Haskell.")
                                    "/lib"))))
               #t))))))
    (inputs
     (list ghc-extensible-exceptions
     (list bash-minimal
           ghc-extensible-exceptions
           ghc-random
           ghc-glut
           freeglut