[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
19/40: gnu: xfce: Add 'bash' input for 'wrap-program'.
From: |
guix-commits |
Subject: |
19/40: gnu: xfce: 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 1de1966ea0e8a5ff88dbb25ccf5cac74df8ea196
Author: Maxime Devos <maximedevos@telenet.be>
AuthorDate: Fri Jul 2 12:06:48 2021 +0200
gnu: xfce: Add 'bash' input for 'wrap-program'.
It is required for cross-compilation.
* gnu/packages/xfce.scm
(catfish)[inputs]: Add 'bash-minimal'.
(mousepad)[inputs]: Likewise.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Change-Id: I2d3294f0141d20061faf62b06c11f1c78df05c18
---
gnu/packages/xfce.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index cb2121f338..da764a0081 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -255,7 +255,7 @@ to share commonly used Xfce widgets among the Xfce
applications.")
(native-inputs
(list pkg-config python-distutils-extra intltool))
(inputs
- (list which xfconf xdg-utils))
+ (list bash-minimal which xfconf xdg-utils))
(propagated-inputs
(list gtk+ python-dbus python-pexpect python-pycairo
python-pygobject))
@@ -1471,7 +1471,7 @@ of data to either CD/DVD/BD.")
`(,glib "bin") ; for glib-compile-schemas.
pkg-config))
(inputs
- (list gtk+ gtksourceview-4 xfconf))
+ (list bash-minimal gtk+ gtksourceview-4 xfconf))
(home-page "https://git.xfce.org/apps/mousepad/")
(synopsis "Simple text editor for Xfce")
(description
- 16/40: gnu: file-systems: Add 'bash' input for 'wrap-program'., (continued)
- 16/40: gnu: file-systems: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 18/40: gnu: web-browsers: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 21/40: gnu: mpd: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 22/40: gnu: moreutils: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 25/40: gnu: code: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 28/40: gnu: econnman: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 29/40: gnu: tomb: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 30/40: gnu: translate-shell: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 36/40: gnu: remmina: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 37/40: gnu: virtualization: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 19/40: gnu: xfce: Add 'bash' input for 'wrap-program'.,
guix-commits <=
- 24/40: gnu: emulators: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 27/40: gnu: dirvish: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 38/40: gnu: texlive-biber: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 39/40: gnu: fzf: Add 'bash-minimal' input for 'wrap-program'., guix-commits, 2023/10/21
- 40/40: gnu: blanket: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 12/40: gnu: remind: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 20/40: gnu: web: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 23/40: gnu: text-editors: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 34/40: gnu: awesome: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21