commit
afc06c11b9
@ -6,13 +6,13 @@ in stdenv.mkDerivation rec {
|
|||||||
# The commits "Fixate/tag v..." are the released versions.
|
# The commits "Fixate/tag v..." are the released versions.
|
||||||
# Ignore the "bumped version to ...." commits, they do not
|
# Ignore the "bumped version to ...." commits, they do not
|
||||||
# correspond to releases.
|
# correspond to releases.
|
||||||
version = "1.1.9.1";
|
version = "1.1.9.2";
|
||||||
name = "uhc-${version}";
|
name = "uhc-${version}";
|
||||||
|
|
||||||
src = fetchgit {
|
src = fetchgit {
|
||||||
url = "https://github.com/UU-ComputerScience/uhc.git";
|
url = "https://github.com/UU-ComputerScience/uhc.git";
|
||||||
rev = "ce93d01486972c994ea2bbbd3d43859911120c39";
|
rev = "292d259113b98c32154a5be336875751caa5edbc";
|
||||||
sha256 = "1y670sc6ky74l3msayzqjlkjv1kpv3g35pirsq3q79klzvnpyj2x";
|
sha256 = "1f462xq9ilkp9mnxm8hxhh1cdwps5d0hxysyibxryk32l7hh53cz";
|
||||||
};
|
};
|
||||||
|
|
||||||
postUnpack = "sourceRoot=\${sourceRoot}/EHC";
|
postUnpack = "sourceRoot=\${sourceRoot}/EHC";
|
||||||
@ -51,6 +51,5 @@ in stdenv.mkDerivation rec {
|
|||||||
# support the -static flag and thus breaks the build.
|
# support the -static flag and thus breaks the build.
|
||||||
platforms = ["x86_64-linux"];
|
platforms = ["x86_64-linux"];
|
||||||
|
|
||||||
broken = true; # http://hydra.cryp.to/build/1344015/log/raw
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user