mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 22:50:23 -05:00
gnu: tuxpaint: Add bash-minimal to inputs.
* gnu/packages/games.scm (tuxpaint) [inputs]: Drop labels; add bash-minimal. Change-Id: If346f144a1d80c897be453e269ded7fb3e9f089f
This commit is contained in:
parent
5c175312f5
commit
60b9b465fa
1 changed files with 10 additions and 10 deletions
|
@ -5991,14 +5991,15 @@ (define-public tuxpaint
|
|||
(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"
|
||||
|
@ -6015,8 +6016,7 @@ (define-public tuxpaint
|
|||
(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"))
|
||||
|
|
Loading…
Reference in a new issue