[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/51: gnu: syndication: Add 'bash' input for 'wrap-program'.
From: |
guix-commits |
Subject: |
01/51: gnu: syndication: Add 'bash' input for 'wrap-program'. |
Date: |
Sat, 21 Oct 2023 15:19:29 -0400 (EDT) |
apteryx pushed a commit to branch core-updates
in repository guix.
commit 57ab712439242664a7867beca443f882d006ac70
Author: Maxime Devos <maximedevos@telenet.be>
AuthorDate: Fri Jul 2 12:07:11 2021 +0200
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
---
gnu/packages/syndication.scm | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/syndication.scm b/gnu/packages/syndication.scm
index ac00d396b5..565e311823 100644
--- a/gnu/packages/syndication.scm
+++ b/gnu/packages/syndication.scm
@@ -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
+ (list bash-minimal
+ blueprint-compiler
glib
gtk
gtksourceview
@@ -404,7 +406,8 @@ file system, and many more features.")
pkg-config
which))
(inputs
- (list glib
+ (list bash-minimal
+ glib
glib-networking
gnome-keyring
gsettings-desktop-schemas
- branch core-updates updated (f4cbc7fc0d -> 1d17861e87), guix-commits, 2023/10/21
- 01/51: gnu: syndication: Add 'bash' input for 'wrap-program'.,
guix-commits <=
- 02/51: gnu: ibus: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 03/51: gnu: photo: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 06/51: gnu: syncthing-gtk: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 10/51: gnu: byobu: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 12/51: gnu: perl: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 14/51: gnu: 389-ds-base: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 17/51: gnu: licensecheck: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 11/51: gnu: sawfish: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 21/51: gnu: ranger: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 07/51: gnu: spice: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21