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:
Liliana Marie Prikler 2022-07-03 17:05:03 +02:00
parent 65c9ecce2a
commit eb44b1f304
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

View file

@ -1431,6 +1431,8 @@ (define-public renpy
(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"))