mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: renpy: Install sdk-fonts.
Without these fonts, the launcher will fail to launch. * gnu/packages/game-development.scm (renpy)[install]: Also recursively copy sdk-fonts.
This commit is contained in:
parent
65c9ecce2a
commit
eb44b1f304
1 changed files with 2 additions and 0 deletions
|
@ -1431,6 +1431,8 @@ (define-public renpy
|
||||||
(string-append out "/share/renpy/common"))
|
(string-append out "/share/renpy/common"))
|
||||||
(copy-recursively "gui"
|
(copy-recursively "gui"
|
||||||
(string-append out "/share/renpy/gui"))
|
(string-append out "/share/renpy/gui"))
|
||||||
|
(copy-recursively "sdk-fonts"
|
||||||
|
(string-append out "/share/renpy/sdk-fonts"))
|
||||||
|
|
||||||
(mkdir-p (string-append out "/bin"))
|
(mkdir-p (string-append out "/bin"))
|
||||||
(copy-file #$(local-file (search-auxiliary-file "renpy/renpy.in"))
|
(copy-file #$(local-file (search-auxiliary-file "renpy/renpy.in"))
|
||||||
|
|
Loading…
Reference in a new issue