mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
uhc: disable broken build
This commit is contained in:
parent
016aa581a7
commit
1b33f09aae
1 changed files with 1 additions and 0 deletions
|
@ -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…
Reference in a new issue