mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-25 20:19:18 -05:00
gnu: presentty: Add 'bash' input for 'wrap-program'.
It is required for cross-compilation. * gnu/packages/presentation.scm (presentty)[inputs]: Add 'bash-minimal'. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Change-Id: Ief6c983cdbced493c27c8584ac63afe5bc0bac98
This commit is contained in:
parent
ad67bbb5b7
commit
c2dcce11d1
1 changed files with 3 additions and 1 deletions
|
@ -21,6 +21,7 @@ (define-module (gnu packages presentation)
|
||||||
#:use-module (guix packages)
|
#:use-module (guix packages)
|
||||||
#:use-module (guix utils)
|
#:use-module (guix utils)
|
||||||
#:use-module (guix build-system python)
|
#:use-module (guix build-system python)
|
||||||
|
#:use-module (gnu packages bash)
|
||||||
#:use-module (gnu packages figlet)
|
#:use-module (gnu packages figlet)
|
||||||
#:use-module (gnu packages games)
|
#:use-module (gnu packages games)
|
||||||
#:use-module (gnu packages image)
|
#:use-module (gnu packages image)
|
||||||
|
@ -77,7 +78,8 @@ (define-public presentty
|
||||||
;; XXX: console import test fails to find palette.py from the lib?
|
;; XXX: console import test fails to find palette.py from the lib?
|
||||||
(delete 'sanity-check))))
|
(delete 'sanity-check))))
|
||||||
(inputs
|
(inputs
|
||||||
(list cowsay
|
(list bash-minimal
|
||||||
|
cowsay
|
||||||
figlet
|
figlet
|
||||||
jp2a
|
jp2a
|
||||||
python-docutils
|
python-docutils
|
||||||
|
|
Loading…
Reference in a new issue