uhc: disable broken build
This commit is contained in:
parent
016aa581a7
commit
1b33f09aae
@ -49,5 +49,6 @@ in stdenv.mkDerivation rec {
|
|||||||
# On Darwin, the GNU libtool is used, which does not
|
# On Darwin, the GNU libtool is used, which does not
|
||||||
# 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;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user