guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/08: gnu: red-eclipse: Add bash-minimal to inputs.


From: guix-commits
Subject: 03/08: gnu: red-eclipse: 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 e711c83d14c6fac14a9946541f48fd5e199797b8
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Fri Oct 20 00:47:12 2023 -0400

    gnu: red-eclipse: Add bash-minimal to inputs.
    
    * gnu/packages/games.scm (red-eclipse)
    [inputs]: Add bash-minimal.
    [arguments]: Delete trailing #t.
    
    Change-Id: I489ff00a0f5eb08ecbf1637076f02ae642341108
---
 gnu/packages/games.scm | 11 ++++-------
 1 file changed, 4 insertions(+), 7 deletions(-)

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 01caa0b63f..81c9240952 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -5339,8 +5339,7 @@ http://lavachat.symlynx.com/unix/";)
                  (("data = \"data\"")
                   (string-append "data = \""
                                  (assoc-ref outputs "out")
-                                 "/share/redeclipse/data\"")))
-               #t))
+                                 "/share/redeclipse/data\"")))))
            (delete 'configure)  ; no configure script
            (add-after 'set-paths 'set-sdl-paths
              (lambda* (#:key inputs #:allow-other-keys)
@@ -5359,8 +5358,7 @@ http://lavachat.symlynx.com/unix/";)
                                    (string-append out 
"/share/redeclipse/data"))
                  (mkdir-p (string-append out "/lib/redeclipse"))
                  (symlink (string-append out "/share/redeclipse/data")
-                          (string-append out "/lib/redeclipse/data")))
-               #t))
+                          (string-append out "/lib/redeclipse/data")))))
            (add-after 'copy-data 'wrap-program
              (lambda* (#:key inputs outputs #:allow-other-keys)
                (let* ((out (assoc-ref outputs "out"))
@@ -5389,12 +5387,11 @@ exec -a \"$0\" ~a/.redeclipse_server_linux-real~%"
                                (string-append out)
                                (string-append bin))))
                    (chmod "redeclipse_linux" #o555)
-                   (chmod "redeclipse_server_linux" #o555)))
-               #t)))))
+                   (chmod "redeclipse_server_linux" #o555))))))))
       (native-inputs
        (list pkg-config))
       (inputs
-       (list curl freetype glu
+       (list bash-minimal curl freetype glu
              (sdl-union (list sdl2 sdl2-image sdl2-mixer))))
       (home-page "https://redeclipse.net/";)
       (synopsis "Arena shooter derived from the Cube 2 engine")



reply via email to

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