[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"))
- branch master updated (4a2f487740 -> 9cdfecc8a3), guix-commits, 2022/07/03
- 01/06: gnu: Add font-artifika., guix-commits, 2022/07/03
- 02/06: gnu: python-pygame-sdl2: Update to 2.1.0-for-renpy-8.0.0., guix-commits, 2022/07/03
- 05/06: etc: teams: Sort members lexicographically by last name., guix-commits, 2022/07/03
- 04/06: gnu: renpy: Install sdk-fonts.,
guix-commits <=
- 06/06: etc: teams: Add entry for Liliana Prikler., guix-commits, 2022/07/03
- 03/06: gnu: python-renpy: Update to 8.0.0., guix-commits, 2022/07/03