guix-commits
[Top][All Lists]
Advanced

[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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]