about summary refs log tree commit diff
path: root/pkgs/games/mars/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/mars/default.nix')
-rw-r--r--pkgs/games/mars/default.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/pkgs/games/mars/default.nix b/pkgs/games/mars/default.nix
index dff005c0095b..57e260508246 100644
--- a/pkgs/games/mars/default.nix
+++ b/pkgs/games/mars/default.nix
@@ -9,7 +9,10 @@ stdenv.mkDerivation rec {
     sha256 = "1r4c5gap1z2zsv4yjd34qriqkxaq4lb4rykapyzkkdf4g36lc3nh";
   };
   buildInputs = [ cmake mesa sfml fribidi taglib ];
-  patches = [ ./unbind_fix.patch ];
+  patches = [
+    ./unbind_fix.patch
+    ./fix-gluortho2d.patch
+  ];
   installPhase = ''
     cd ..
     find -name '*.svn' -exec rm -rf {} \;