[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
21/40: gnu: mpd: Add 'bash' input for 'wrap-program'.
From: |
guix-commits |
Subject: |
21/40: gnu: mpd: Add 'bash' input for 'wrap-program'. |
Date: |
Sat, 21 Oct 2023 01:53:16 -0400 (EDT) |
apteryx pushed a commit to branch core-updates
in repository guix.
commit 5160a892c647b2ad0d221fa7f1788ae08b67bd50
Author: Maxime Devos <maximedevos@telenet.be>
AuthorDate: Fri Jul 2 12:06:50 2021 +0200
gnu: mpd: Add 'bash' input for 'wrap-program'.
It is required for cross-compilation.
* gnu/packages/mpd.scm
(sonata)[native-inputs]: Remove labels.
[inputs]: Add 'bash-minimal'.
(mcg)[inputs]: Likewise.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Change-Id: I46f0f5f57a6053c7b03f0a3830df3b8bc752f361
---
gnu/packages/mpd.scm | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/mpd.scm b/gnu/packages/mpd.scm
index c2f08d32c2..bc94cab19b 100644
--- a/gnu/packages/mpd.scm
+++ b/gnu/packages/mpd.scm
@@ -389,12 +389,12 @@ interface for the Music Player Daemon.")
(let ((out (assoc-ref outputs "out"))
(gi-typelib-path (getenv "GI_TYPELIB_PATH")))
(wrap-program (string-append out "/bin/sonata")
- `("GI_TYPELIB_PATH" ":" prefix (,gi-typelib-path))))
- #t)))))
+ `("GI_TYPELIB_PATH" ":" prefix (,gi-typelib-path)))))))))
(native-inputs
- `(("gettext" ,gettext-minimal)))
+ (list gettext-minimal))
(inputs
- (list python-mpd2
+ (list bash-minimal
+ python-mpd2
gtk+
gsettings-desktop-schemas
gobject-introspection
@@ -551,6 +551,7 @@ artists along with albumart.")
`("GUIX_PYTHONPATH" = (,(getenv "GUIX_PYTHONPATH")))
`("GI_TYPELIB_PATH" = (,(getenv "GI_TYPELIB_PATH"))))))))))
(inputs (list avahi
+ bash-minimal
dconf
gsettings-desktop-schemas
gtk+
- 09/40: gnu: geo: Add 'bash' input for 'wrap-program'., (continued)
- 09/40: gnu: geo: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 06/40: gnu: cdrom: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 01/40: gnu: animation: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 13/40: gnu: chromium: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 11/40: gnu: qbittorrent: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 07/40: gnu: emacs-xyz: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 05/40: gnu: patchutils: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 08/40: gnu: guile-xyz: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 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 <=
- 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, 2023/10/21
- 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