mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -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 utils)
|
||||
#:use-module (guix build-system python)
|
||||
#:use-module (gnu packages bash)
|
||||
#:use-module (gnu packages figlet)
|
||||
#:use-module (gnu packages games)
|
||||
#:use-module (gnu packages image)
|
||||
|
@ -77,7 +78,8 @@ (define-public presentty
|
|||
;; XXX: console import test fails to find palette.py from the lib?
|
||||
(delete 'sanity-check))))
|
||||
(inputs
|
||||
(list cowsay
|
||||
(list bash-minimal
|
||||
cowsay
|
||||
figlet
|
||||
jp2a
|
||||
python-docutils
|
||||
|
|
Loading…
Reference in a new issue