[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
17/40: gnu: networking: Add 'bash' input for 'wrap-program'.
From: |
guix-commits |
Subject: |
17/40: gnu: networking: Add 'bash' input for 'wrap-program'. |
Date: |
Sat, 21 Oct 2023 01:53:15 -0400 (EDT) |
apteryx pushed a commit to branch core-updates
in repository guix.
commit 6b8ebbf33b2c86b68d6ec1d2b0bac902db581c03
Author: Maxime Devos <maximedevos@telenet.be>
AuthorDate: Fri Jul 2 12:06:46 2021 +0200
gnu: networking: Add 'bash' input for 'wrap-program'.
It is required for cross-compilation.
* gnu/packages/networking.scm
(blueman)[inputs]: Add 'bash-minimal'.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Change-Id: Ifd94df2e7fd13c6036119940dc24d1366a75376d
---
gnu/packages/networking.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index 5b66ce29c3..92137f99f2 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -969,7 +969,8 @@ systems with no further dependencies.")
intltool
pkg-config))
(inputs
- (list bluez
+ (list bash-minimal
+ bluez
dbus
(librsvg-for-system)
glib
- branch core-updates updated (66b7d3b45b -> 90b7c33dbf), guix-commits, 2023/10/21
- 17/40: gnu: networking: Add 'bash' input for 'wrap-program'.,
guix-commits <=
- 14/40: gnu: cuirass: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 03/40: gnu: tryton: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 02/40: gnu: debug: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 10/40: gnu: video: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 15/40: gnu: music: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 26/40: gnu: jack2: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 31/40: gnu: electron-cash: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 32/40: gnu: fontutils: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 33/40: gnu: wordnet: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 35/40: gnu: protonvpn-cli: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21