guix-commits
[Top][All Lists]
Advanced

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

07/08: gnu: frozen-bubble: Add bash-minimal to inputs.


From: guix-commits
Subject: 07/08: gnu: frozen-bubble: Add bash-minimal to inputs.
Date: Fri, 20 Oct 2023 00:54:04 -0400 (EDT)

apteryx pushed a commit to branch core-updates
in repository guix.

commit c30a12c69b0968eafa87a8403b5d2495ba7777f6
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Fri Oct 20 00:50:06 2023 -0400

    gnu: frozen-bubble: Add bash-minimal to inputs.
    
    * gnu/packages/games.scm (frozen-bubble)
    [inputs]: Add bash-minimal.  Drop labels.
    [arguments]: Delete trailing #t.
    
    Change-Id: I4dbcbe1626877b810b8a6e6b84ed78a16dea73a7
---
 gnu/packages/games.scm | 26 ++++++++++++--------------
 1 file changed, 12 insertions(+), 14 deletions(-)

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index ffd5a76269..fdaf1cc1ba 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -8448,8 +8448,7 @@ when packaged in Blorb container files or optionally from 
individual files.")
            (add-after 'unpack 'prevent-build-error
              (lambda _
                (substitute* "inc/My/Builder.pm"
-                 (("-Werror") ""))
-               #t))
+                 (("-Werror") ""))))
            (add-after 'install 'install-desktop-file-and-icons
              (lambda* (#:key outputs #:allow-other-keys)
                (let* ((share (string-append (assoc-ref outputs "out") 
"/share"))
@@ -8472,8 +8471,7 @@ when packaged in Blorb container files or optionally from 
individual files.")
                         (copy-file
                          (string-append "frozen-bubble-icon-" dim ".png")
                          (string-append dir "/frozen-bubble.png"))))
-                    '("16" "32" "48" "64"))))
-               #t))
+                    '("16" "32" "48" "64"))))))
            (add-after 'install 'wrap-perl-libs
              (lambda* (#:key outputs #:allow-other-keys)
                (let ((out (assoc-ref outputs "out"))
@@ -8483,20 +8481,20 @@ when packaged in Blorb container files or optionally 
from individual files.")
                                `("PERL5LIB" ":" prefix
                                  (,(string-append perl5lib ":" out
                                                   "/lib/perl5/site_perl")))))
-                           (find-files "bin" ".")))
-               #t)))))
+                           (find-files "bin" "."))))))))
       (native-inputs
        (list perl-alien-sdl perl-capture-tiny perl-locale-maketext-lexicon
              perl-module-build pkg-config))
       (inputs
-       `(("glib" ,glib)
-         ("perl-compress-bzip2" ,perl-compress-bzip2)
-         ("perl-file-sharedir" ,perl-file-sharedir)
-         ("perl-file-slurp" ,perl-file-slurp)
-         ("perl-file-which" ,perl-file-which)
-         ("perl-ipc-system-simple" ,perl-ipc-system-simple)
-         ("perl-sdl" ,perl-sdl)
-         ("sdl" ,(sdl-union (list sdl sdl-image sdl-mixer sdl-pango 
sdl-ttf)))))
+       (list bash-minimal
+             glib
+             perl-compress-bzip2
+             perl-file-sharedir
+             perl-file-slurp
+             perl-file-which
+             perl-ipc-system-simple
+             perl-sdl
+             (sdl-union (list sdl sdl-image sdl-mixer sdl-pango sdl-ttf))))
       (home-page "http://frozen-bubble.org/";)
       (synopsis "Puzzle with bubbles")
       (description



reply via email to

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