lol

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

+1
+1
pkgs/development/compilers/llvm/3.4/dragonegg.nix
··· 30 30 license = stdenv.lib.licenses.gpl2Plus; 31 31 maintainers = with stdenv.lib.maintainers; [viric shlevy]; 32 32 platforms = with stdenv.lib.platforms; linux; 33 + broken = true; 33 34 }; 34 35 }