[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
18/51: gnu: kde: Add 'bash' input for 'wrap-program'.
From: |
guix-commits |
Subject: |
18/51: gnu: kde: Add 'bash' input for 'wrap-program'. |
Date: |
Sat, 21 Oct 2023 15:19:31 -0400 (EDT) |
apteryx pushed a commit to branch core-updates
in repository guix.
commit c64bbe3f17badaf029e8ea518bb26c55fac42cd2
Author: Maxime Devos <maximedevos@telenet.be>
AuthorDate: Fri Jul 2 12:07:32 2021 +0200
gnu: kde: Add 'bash' input for 'wrap-program'.
It is required for cross-compilation.
* gnu/packages/kde.scm
(akregator)[inputs]: Add 'bash-minimal'.
(krita)[inputs]: Likewise.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Change-Id: I2324fb4784a821dce86fac9a17d4ab85c89cdc59
---
gnu/packages/kde.scm | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/kde.scm b/gnu/packages/kde.scm
index 20fbb41d73..a0ef77e5e5 100644
--- a/gnu/packages/kde.scm
+++ b/gnu/packages/kde.scm
@@ -184,6 +184,7 @@ This package contains GUI widgets for baloo.")
(list akonadi
akonadi-contacts
akonadi-mime
+ bash-minimal
boost
breeze-icons
gpgme
@@ -725,7 +726,8 @@ painting, image manipulating and icon editing.")
qwt
vc))
(inputs
- (list boost
+ (list bash-minimal
+ boost
exiv2
fftw
giflib
- 48/51: gnu: python-screenkey: Add 'bash' input for 'wrap-program'., (continued)
- 48/51: gnu: python-screenkey: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 16/51: gnu: linux: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 25/51: gnu: dblatex: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 26/51: gnu: zeal: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 31/51: gnu: windowmaker: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 32/51: gnu: icecat: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 37/51: gnu: gtk-doc: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 38/51: gnu: guile-wm: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 45/51: gnu: plotutils: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 51/51: gnu: rust: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 18/51: gnu: kde: Add 'bash' input for 'wrap-program'.,
guix-commits <=
- 20/51: gnu: ebook: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 28/51: gnu: gramps: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 33/51: gnu: icedove: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 35/51: gnu: xdot: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 39/51: gnu: raincat: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 50/51: gnu: rednotebook: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 27/51: gnu: julia: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 49/51: gnu: gnuradio: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 30/51: gnu: gnome-shell-extension-gsconnect: Add 'bash' input., guix-commits, 2023/10/21
- 36/51: gnu: groff: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21