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
@ -1431,6 +1431,8 @@ are only used to bootstrap it.")
|
||||
(string-append out "/share/renpy/common"))
|
||||
(copy-recursively "gui"
|
||||
(string-append out "/share/renpy/gui"))
|
||||
(copy-recursively "sdk-fonts"
|
||||
(string-append out "/share/renpy/sdk-fonts"))
|
||||
|
||||
(mkdir-p (string-append out "/bin"))
|
||||
(copy-file #$(local-file (search-auxiliary-file "renpy/renpy.in"))
|
||||
|
Loading…
Reference in New Issue
Block a user