uhc: disable broken build

This commit is contained in:
Peter Simons 2017-12-30 13:54:25 +01:00
parent 016aa581a7
commit 1b33f09aae

View file

@ -49,5 +49,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;
};
}