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:
Maxime Devos 2021-07-02 12:07:11 +02:00 committed by Ludovic Courtès
parent 177228ccae
commit b9c65bb182
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -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