]> git.xonotic.org Git - xonotic/xonotic.git/blobdiff - default.nix
Update CMakeLists.txt
[xonotic/xonotic.git] / default.nix
index 6948512715643d3ac598cd88230bd914bf1ab2cd..6e954f4c013053d57d885f359309c6155effc678 100644 (file)
@@ -8,6 +8,7 @@
 with pkgs;
 let
     VERSION = "0.8.2";
+    cmake = pkgs.cmake_2_8;
     targets = rec {
         xonotic = mkDerivation { pki = true; dp = true; data = true; } rec {
             name = "xonotic-${version}";