guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/06: gnu: renpy: Install sdk-fonts.


From: guix-commits
Subject: 04/06: gnu: renpy: Install sdk-fonts.
Date: Sun, 3 Jul 2022 12:11:48 -0400 (EDT)

lilyp pushed a commit to branch master
in repository guix.

commit eb44b1f30430954749d09916fd7885ff3062a417
Author: Liliana Marie Prikler <liliana.prikler@gmail.com>
AuthorDate: Sun Jul 3 17:05:03 2022 +0200

    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.
---
 gnu/packages/game-development.scm | 2 ++
 1 file changed, 2 insertions(+)

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"))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]