uhc: broken by recent uhc-util update

https://github.com/UU-ComputerScience/uhc/issues/60
This commit is contained in:
Peter Simons 2015-08-15 21:32:00 +02:00
parent 053e52fbd5
commit c845fcfbb3

View File

@ -50,5 +50,6 @@ in stdenv.mkDerivation rec {
# On Darwin, the GNU libtool is used, which does not
# support the -static flag and thus breaks the build.
platforms = ["x86_64-linux"];
broken = true; # https://github.com/UU-ComputerScience/uhc/issues/60
};
}