guix-commits
[Top][All Lists]
Advanced

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

04/08: gnu: tuxpaint: Add bash-minimal to inputs.


From: guix-commits
Subject: 04/08: gnu: tuxpaint: 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 7fdf56fbea16a8be4b0f73ec254baf5186e1d851
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Fri Oct 20 00:48:26 2023 -0400

    gnu: tuxpaint: Add bash-minimal to inputs.
    
    * gnu/packages/games.scm (tuxpaint)
    [inputs]: Drop labels; add bash-minimal.
    
    Change-Id: If346f144a1d80c897be453e269ded7fb3e9f089f
---
 gnu/packages/games.scm | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 81c9240952..f56c406647 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -5851,14 +5851,15 @@ safety of the Chromium vessel.")
     (native-inputs
      (list gperf pkg-config))
     (inputs
-     `(("cairo" ,cairo)
-       ("fribidi" ,fribidi)
-       ("gettext" ,gettext-minimal)
-       ("libpng" ,libpng)
-       ("librsvg" ,(librsvg-for-system))
-       ("libpaper" ,libpaper)
-       ("netpbm" ,netpbm)
-       ("sdl" ,(sdl-union (list sdl sdl-mixer sdl-ttf sdl-image)))))
+     (list bash-minimal
+           cairo
+           fribidi
+           gettext-minimal
+           libpng
+           (librsvg-for-system)
+           libpaper
+           netpbm
+           (sdl-union (list sdl sdl-mixer sdl-ttf sdl-image))))
     ;; TODO: Use system fonts rather than those in data/fonts
     (arguments
      `(#:make-flags `("VER_DATE=2018-09-02"
@@ -5875,8 +5876,7 @@ safety of the Chromium vessel.")
                   (add-before 'install 'no-sys-cache
                     (lambda _           ;do not rebuild system conf cache
                       (substitute* "Makefile"
-                        (("kbuildsycoca4") ""))
-                      #t))
+                        (("kbuildsycoca4") ""))))
                   (add-after 'install 'fix-import
                     (lambda* (#:key inputs outputs #:allow-other-keys)
                       (let* ((out (assoc-ref outputs "out"))



reply via email to

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