mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: sawfish: Add 'bash' input for 'wrap-program'.
It is required for cross-compilation. * gnu/packages/sawfish.scm (sawfish)[inputs]: Add 'bash-minimal'. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
This commit is contained in:
parent
b98f564540
commit
c03f5c66cc
1 changed files with 3 additions and 1 deletions
|
@ -27,6 +27,7 @@ (define-module (gnu packages sawfish)
|
|||
#:use-module (guix build-system gnu)
|
||||
#:use-module (gnu packages)
|
||||
#:use-module (gnu packages autotools)
|
||||
#:use-module (gnu packages bash)
|
||||
#:use-module (gnu packages dbm)
|
||||
#:use-module (gnu packages gettext)
|
||||
#:use-module (gnu packages gtk)
|
||||
|
@ -167,7 +168,8 @@ (define (wrap-script script)
|
|||
pkg-config
|
||||
which))
|
||||
(inputs
|
||||
(list gdk-pixbuf-xlib
|
||||
(list bash-minimal
|
||||
gdk-pixbuf-xlib
|
||||
gmp
|
||||
libsm
|
||||
libxft
|
||||
|
|
Loading…
Reference in a new issue