[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/08: gnu: gamine: Add bash-minimal to inputs.
From: |
guix-commits |
Subject: |
01/08: gnu: gamine: Add bash-minimal to inputs. |
Date: |
Fri, 20 Oct 2023 00:54:03 -0400 (EDT) |
apteryx pushed a commit to branch core-updates
in repository guix.
commit 0864bdfa7d23528653846038a876df967752e829
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Fri Oct 20 00:44:56 2023 -0400
gnu: gamine: Add bash-minimal to inputs.
* gnu/packages/games.scm (gamine)
[inputs]: Add bash-minimal.
[arguments]: Delete trailing #t.
Change-Id: Ic779bae5f83ec13951fd3a25ff5bef86b28aee11
---
gnu/packages/games.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index baf64bf542..5a9973532b 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -4580,7 +4580,8 @@ Battle for Wesnoth}.")))
(native-inputs
(list pkg-config intltool))
(inputs
- (list gstreamer
+ (list bash-minimal
+ gstreamer
gst-plugins-base ; playbin plugin
gst-plugins-good ; for wav playback
gtk+))
@@ -4599,8 +4600,7 @@ Battle for Wesnoth}.")))
(let ((out (assoc-ref outputs "out"))
(gst-plugin-path (getenv "GST_PLUGIN_SYSTEM_PATH")))
(wrap-program (string-append out "/bin/gamine")
- `("GST_PLUGIN_SYSTEM_PATH" ":" prefix (,gst-plugin-path))))
- #t)))))
+ `("GST_PLUGIN_SYSTEM_PATH" ":" prefix
(,gst-plugin-path)))))))))
(home-page "http://gamine-game.sourceforge.net/")
(synopsis "Mouse and keyboard discovery for children")
(description
- branch core-updates updated (a6a39b30fc -> 8662e177bd), guix-commits, 2023/10/20
- 01/08: gnu: gamine: Add bash-minimal to inputs.,
guix-commits <=
- 05/08: gnu: lady: Add bash-minimal to inputs., guix-commits, 2023/10/20
- 08/08: gnu: neverball: Add bash-minimal to inputs., guix-commits, 2023/10/20
- 03/08: gnu: red-eclipse: Add bash-minimal to inputs., guix-commits, 2023/10/20
- 02/08: gnu: corsix-th: Add bash-minimal to inputs., guix-commits, 2023/10/20
- 04/08: gnu: tuxpaint: Add bash-minimal to inputs., guix-commits, 2023/10/20
- 06/08: gnu: xonotic: Add bash-minimal to inputs., guix-commits, 2023/10/20
- 07/08: gnu: frozen-bubble: Add bash-minimal to inputs., guix-commits, 2023/10/20