1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

llvmPackages_34.dragonegg is broken because the required "ABIHack.inc" patch has disappeared upstream

This commit is contained in:
Peter Simons 2015-04-01 14:30:07 +02:00
parent 4c8f0e8d1c
commit fbfec3fc35

View file

@ -30,5 +30,6 @@ stdenv.mkDerivation rec {
license = stdenv.lib.licenses.gpl2Plus;
maintainers = with stdenv.lib.maintainers; [viric shlevy];
platforms = with stdenv.lib.platforms; linux;
broken = true;
};
}