Revert "cmake: updated to version 2.8.5".
The latest version doesn't compile on Hydra. It does compile on my machine, though. Not sure what happened. svn path=/nixpkgs/trunk/; revision=27699
This commit is contained in:
parent
8223f67929
commit
13e0b7bbed
|
@ -6,7 +6,7 @@ let
|
|||
os = stdenv.lib.optionalString;
|
||||
inherit (stdenv.lib) optional;
|
||||
majorVersion = "2.8";
|
||||
minorVersion = "5";
|
||||
minorVersion = "4";
|
||||
version = "${majorVersion}.${minorVersion}";
|
||||
in
|
||||
stdenv.mkDerivation rec {
|
||||
|
@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
|
|||
|
||||
src = fetchurl {
|
||||
url = "${meta.homepage}files/v${majorVersion}/cmake-${version}.tar.gz";
|
||||
sha256 = "5e18bff75f01656c64f553412a8905527e1b85efaf3163c6fb81ea5aaced0b91";
|
||||
sha256 = "1k2kjaj3vfifb329ff7fr4hcbpbaqb66l97pshq70h7m0zwajznr";
|
||||
};
|
||||
|
||||
buildInputs = [ curl expat zlib bzip2 libarchive ]
|
||||
|
|
Loading…
Reference in New Issue