about summary refs log tree commit diff
path: root/pkgs/games/classicube/font-location.patch
diff options
context:
space:
mode:
author360ied <19516527+360ied@users.noreply.github.com>2022-10-10 18:56:30 -0400
committer360ied <19516527+360ied@users.noreply.github.com>2022-10-11 10:48:39 -0400
commit3f525e0de4fa7eda30e7ef22759faf3c4885a173 (patch)
tree29188f20234b11346c8a3afa07c4745d4221c3ef /pkgs/games/classicube/font-location.patch
parent4cdda329f06f21f61b8bee4df9d5cf9f8efdcb77 (diff)
classicube: 1.3.2 -> 1.3.3
Diffstat (limited to 'pkgs/games/classicube/font-location.patch')
-rw-r--r--pkgs/games/classicube/font-location.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/games/classicube/font-location.patch b/pkgs/games/classicube/font-location.patch
index 48428a8bb94fb..bb7d383236f5f 100644
--- a/pkgs/games/classicube/font-location.patch
+++ b/pkgs/games/classicube/font-location.patch
@@ -6,10 +6,10 @@ index bca992d..3540afa 100644
  		String_FromConst("/Library/Fonts")
  	};
  #else
--	static const cc_string dirs[2] = {
+-	static const cc_string dirs[] = {
 -		String_FromConst("/usr/share/fonts"),
 -		String_FromConst("/usr/local/share/fonts")
-+	static const cc_string dirs[1] = {
++	static const cc_string dirs[] = {
 +		String_FromConst("%NIXPKGS_FONT_PATH%")
  	};
  #endif