3
0
Fork 0
forked from mirrors/nixpkgs
nixpkgs/pkgs/games/classicube/font-location.patch
rian aa4f7078b9
classicube: init at 1.3.2 (#189491)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-09-09 11:45:59 +02:00

17 lines
507 B
Diff

diff --git a/src/Platform_Posix.c b/src/Platform_Posix.c
index bca992d..3540afa 100644
--- a/src/Platform_Posix.c
+++ b/src/Platform_Posix.c
@@ -440,9 +440,8 @@ void Platform_LoadSysFonts(void) {
String_FromConst("/Library/Fonts")
};
#else
- static const cc_string dirs[2] = {
- String_FromConst("/usr/share/fonts"),
- String_FromConst("/usr/local/share/fonts")
+ static const cc_string dirs[1] = {
+ String_FromConst("%NIXPKGS_FONT_PATH%")
};
#endif
for (i = 0; i < Array_Elems(dirs); i++) {