diff options
-rw-r--r-- | gnu/packages/game-development.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/game-development.scm b/gnu/packages/game-development.scm index 07402aecf2..30512dcc80 100644 --- a/gnu/packages/game-development.scm +++ b/gnu/packages/game-development.scm @@ -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")) |