[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"))
- branch core-updates updated (a6a39b30fc -> 8662e177bd), guix-commits, 2023/10/20
- 01/08: gnu: gamine: Add bash-minimal to inputs., guix-commits, 2023/10/20
- 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 <=
- 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