mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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 @@
|
||||||
("xmllint" ,libxml2)
|
("xmllint" ,libxml2)
|
||||||
("xorg-server" ,xorg-server-for-tests)))
|
("xorg-server" ,xorg-server-for-tests)))
|
||||||
(inputs
|
(inputs
|
||||||
`(("glib" ,glib)
|
`(("bash" ,bash-minimal) ; for wrap-program
|
||||||
|
("glib" ,glib)
|
||||||
("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
|
("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
|
||||||
("gspell" ,gspell)
|
("gspell" ,gspell)
|
||||||
("gstreamer" ,gstreamer)
|
("gstreamer" ,gstreamer)
|
||||||
|
@ -201,7 +202,8 @@ cards.")
|
||||||
(list gtk "bin")
|
(list gtk "bin")
|
||||||
pkg-config))
|
pkg-config))
|
||||||
(inputs
|
(inputs
|
||||||
(list blueprint-compiler-0.4
|
(list bash-minimal
|
||||||
|
blueprint-compiler-0.4
|
||||||
glib
|
glib
|
||||||
gtk
|
gtk
|
||||||
gtksourceview
|
gtksourceview
|
||||||
|
@ -379,7 +381,8 @@ file system, and many more features.")
|
||||||
pkg-config
|
pkg-config
|
||||||
which))
|
which))
|
||||||
(inputs
|
(inputs
|
||||||
(list glib
|
(list bash-minimal
|
||||||
|
glib
|
||||||
glib-networking
|
glib-networking
|
||||||
gnome-keyring
|
gnome-keyring
|
||||||
gsettings-desktop-schemas
|
gsettings-desktop-schemas
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue