mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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
This commit is contained in:
parent
9eb56822f7
commit
b17cdf3c90
1 changed files with 12 additions and 14 deletions
|
@ -8705,8 +8705,7 @@ when packaged in Blorb container files or optionally from individual files.")
|
||||||
(add-after 'unpack 'prevent-build-error
|
(add-after 'unpack 'prevent-build-error
|
||||||
(lambda _
|
(lambda _
|
||||||
(substitute* "inc/My/Builder.pm"
|
(substitute* "inc/My/Builder.pm"
|
||||||
(("-Werror") ""))
|
(("-Werror") ""))))
|
||||||
#t))
|
|
||||||
(add-after 'install 'install-desktop-file-and-icons
|
(add-after 'install 'install-desktop-file-and-icons
|
||||||
(lambda* (#:key outputs #:allow-other-keys)
|
(lambda* (#:key outputs #:allow-other-keys)
|
||||||
(let* ((share (string-append (assoc-ref outputs "out") "/share"))
|
(let* ((share (string-append (assoc-ref outputs "out") "/share"))
|
||||||
|
@ -8729,8 +8728,7 @@ when packaged in Blorb container files or optionally from individual files.")
|
||||||
(copy-file
|
(copy-file
|
||||||
(string-append "frozen-bubble-icon-" dim ".png")
|
(string-append "frozen-bubble-icon-" dim ".png")
|
||||||
(string-append dir "/frozen-bubble.png"))))
|
(string-append dir "/frozen-bubble.png"))))
|
||||||
'("16" "32" "48" "64"))))
|
'("16" "32" "48" "64"))))))
|
||||||
#t))
|
|
||||||
(add-after 'install 'wrap-perl-libs
|
(add-after 'install 'wrap-perl-libs
|
||||||
(lambda* (#:key outputs #:allow-other-keys)
|
(lambda* (#:key outputs #:allow-other-keys)
|
||||||
(let ((out (assoc-ref outputs "out"))
|
(let ((out (assoc-ref outputs "out"))
|
||||||
|
@ -8740,20 +8738,20 @@ when packaged in Blorb container files or optionally from individual files.")
|
||||||
`("PERL5LIB" ":" prefix
|
`("PERL5LIB" ":" prefix
|
||||||
(,(string-append perl5lib ":" out
|
(,(string-append perl5lib ":" out
|
||||||
"/lib/perl5/site_perl")))))
|
"/lib/perl5/site_perl")))))
|
||||||
(find-files "bin" ".")))
|
(find-files "bin" "."))))))))
|
||||||
#t)))))
|
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list perl-alien-sdl perl-capture-tiny perl-locale-maketext-lexicon
|
(list perl-alien-sdl perl-capture-tiny perl-locale-maketext-lexicon
|
||||||
perl-module-build pkg-config))
|
perl-module-build pkg-config))
|
||||||
(inputs
|
(inputs
|
||||||
`(("glib" ,glib)
|
(list bash-minimal
|
||||||
("perl-compress-bzip2" ,perl-compress-bzip2)
|
glib
|
||||||
("perl-file-sharedir" ,perl-file-sharedir)
|
perl-compress-bzip2
|
||||||
("perl-file-slurp" ,perl-file-slurp)
|
perl-file-sharedir
|
||||||
("perl-file-which" ,perl-file-which)
|
perl-file-slurp
|
||||||
("perl-ipc-system-simple" ,perl-ipc-system-simple)
|
perl-file-which
|
||||||
("perl-sdl" ,perl-sdl)
|
perl-ipc-system-simple
|
||||||
("sdl" ,(sdl-union (list sdl sdl-image sdl-mixer sdl-pango sdl-ttf)))))
|
perl-sdl
|
||||||
|
(sdl-union (list sdl sdl-image sdl-mixer sdl-pango sdl-ttf))))
|
||||||
(home-page "http://frozen-bubble.org/")
|
(home-page "http://frozen-bubble.org/")
|
||||||
(synopsis "Puzzle with bubbles")
|
(synopsis "Puzzle with bubbles")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue