mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 21:59:08 -05:00
gnu: xfce: Add 'bash' input for 'wrap-program'.
It is required for cross-compilation. * gnu/packages/xfce.scm (catfish)[inputs]: Add 'bash-minimal'. (mousepad)[inputs]: Likewise. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Change-Id: I2d3294f0141d20061faf62b06c11f1c78df05c18
This commit is contained in:
parent
1197e4e999
commit
21d7434741
1 changed files with 2 additions and 2 deletions
|
@ -255,7 +255,7 @@ (define-public catfish
|
|||
(native-inputs
|
||||
(list pkg-config python-distutils-extra intltool))
|
||||
(inputs
|
||||
(list which xfconf xdg-utils))
|
||||
(list bash-minimal which xfconf xdg-utils))
|
||||
(propagated-inputs
|
||||
(list gtk+ python-dbus python-pexpect python-pycairo
|
||||
python-pygobject))
|
||||
|
@ -1495,7 +1495,7 @@ (define-public mousepad
|
|||
`(,glib "bin") ; for glib-compile-schemas.
|
||||
pkg-config))
|
||||
(inputs
|
||||
(list gtk+ gtksourceview-4 xfconf))
|
||||
(list bash-minimal gtk+ gtksourceview-4 xfconf))
|
||||
(home-page "https://git.xfce.org/apps/mousepad/")
|
||||
(synopsis "Simple text editor for Xfce")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue