mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-17 12:30:38 +02: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)
|
||||
("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 @@ cards.")
|
|||
(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 @@ file system, and many more features.")
|
|||
pkg-config
|
||||
which))
|
||||
(inputs
|
||||
(list glib
|
||||
(list bash-minimal
|
||||
glib
|
||||
glib-networking
|
||||
gnome-keyring
|
||||
gsettings-desktop-schemas
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue