add cmake-3.2.1

Earlier versions of CMake have a bug in their OpenSSL version detection code.
This commit is contained in:
Thomas Tuegel
2015-03-21 12:32:38 -05:00
parent 19a4fc2b46
commit 7e21c519ba
2 changed files with 70 additions and 0 deletions
+3
View File
@@ -4913,6 +4913,9 @@ let
ps = if stdenv.isDarwin then darwin.ps else null;
};
cmake-3_2 = callPackage ../development/tools/build-managers/cmake/3.2.nix {
jsoncpp = jsoncpp-1_6;
};
cmake-3_0 = callPackage ../development/tools/build-managers/cmake/3.0.nix { };
cmake264 = callPackage ../development/tools/build-managers/cmake/264.nix { };