mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: syndication: Add 'bash' input for 'wrap-program'.
It is required for cross-compilation. * gnu/packages/syndication.scm (cawbird)[inputs]: Add 'bash-minimal'. (giara)[inputs]: Likewise. (liferea)[inputs]: Likewise. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Change-Id: Iddf5498518ab5e73d04b3b96f0a71db05feed875
This commit is contained in:
parent
177228ccae
commit
b9c65bb182
1 changed files with 6 additions and 3 deletions
|
@ -137,7 +137,8 @@ (define-public cawbird
|
|||
("xmllint" ,libxml2)
|
||||
("xorg-server" ,xorg-server-for-tests)))
|
||||
(inputs
|
||||
`(("glib" ,glib)
|
||||
`(("bash" ,bash-minimal) ; for wrap-program
|
||||
("glib" ,glib)
|
||||
("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
|
||||
("gspell" ,gspell)
|
||||
("gstreamer" ,gstreamer)
|
||||
|
@ -201,7 +202,8 @@ (define-public giara
|
|||
(list gtk "bin")
|
||||
pkg-config))
|
||||
(inputs
|
||||
(list blueprint-compiler-0.4
|
||||
(list bash-minimal
|
||||
blueprint-compiler-0.4
|
||||
glib
|
||||
gtk
|
||||
gtksourceview
|
||||
|
@ -379,7 +381,8 @@ (define-public liferea
|
|||
pkg-config
|
||||
which))
|
||||
(inputs
|
||||
(list glib
|
||||
(list bash-minimal
|
||||
glib
|
||||
glib-networking
|
||||
gnome-keyring
|
||||
gsettings-desktop-schemas
|
||||
|
|
Loading…
Reference in a new issue