about summary refs log tree commit diff
path: root/nixpkgs/pkgs/games/classicube/font-location.patch
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/games/classicube/font-location.patch')
-rw-r--r--nixpkgs/pkgs/games/classicube/font-location.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/nixpkgs/pkgs/games/classicube/font-location.patch b/nixpkgs/pkgs/games/classicube/font-location.patch
new file mode 100644
index 000000000000..bb7d383236f5
--- /dev/null
+++ b/nixpkgs/pkgs/games/classicube/font-location.patch
@@ -0,0 +1,16 @@
+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[] = {
+-		String_FromConst("/usr/share/fonts"),
+-		String_FromConst("/usr/local/share/fonts")
++	static const cc_string dirs[] = {
++		String_FromConst("%NIXPKGS_FONT_PATH%")
+ 	};
+ #endif
+ 	for (i = 0; i < Array_Elems(dirs); i++) {