mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-21 09:37:03 +01:00
gnu: seahorse-adventures: Remove trailing #T from phases and snippet.
* gnu/packages/games.scm (seahorse-adventures)[origin]<#:snippet>: Remove trailing #T. [arguments]<#:phases>: Remove trailing #T.
This commit is contained in:
parent
58f9e034ba
commit
d1c0081166
1 changed files with 3 additions and 6 deletions
|
@ -2377,8 +2377,7 @@ (define-public seahorse-adventures
|
|||
;; Remove non-free (non-commercial) font.
|
||||
(snippet
|
||||
`(begin
|
||||
(for-each delete-file (find-files "data/fonts" "."))
|
||||
#t))))
|
||||
(for-each delete-file (find-files "data/fonts" "."))))))
|
||||
(build-system python-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f ;no test
|
||||
|
@ -2435,8 +2434,7 @@ (define-public seahorse-adventures
|
|||
(copy-file
|
||||
(string-append "icon" size ".png")
|
||||
(string-append dir "/searhorse-adventures.png"))))
|
||||
'("32" "64" "128")))
|
||||
#t))
|
||||
'("32" "64" "128")))))
|
||||
(add-after 'install 'unbundle-fonts
|
||||
;; Unbundle Bitstream Vera font and replace deleted one.
|
||||
(lambda* (#:key outputs inputs #:allow-other-keys)
|
||||
|
@ -2453,8 +2451,7 @@ (define-public seahorse-adventures
|
|||
'("default" "gray")))
|
||||
(symlink vera (string-append data "/data/fonts/04B_20__.TTF"))
|
||||
(substitute* (string-append data "/lib/main.py")
|
||||
(("f_scale = 0.35") "f_scale = 0.47")))
|
||||
#t)))))
|
||||
(("f_scale = 0.35") "f_scale = 0.47"))))))))
|
||||
(inputs
|
||||
(list font-bitstream-vera python-pygame))
|
||||
(home-page "http://www.imitationpickles.org/barbie/")
|
||||
|
|
Loading…
Reference in a new issue