Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

zeroc_ice: disable problematic parallel make

+2 -1
+2 -1
pkgs/development/libraries/zeroc-ice/default.nix
··· 29 29 30 30 makeFlags = [ "prefix=$(out)" "OPTIMIZE=yes" ]; 31 31 32 - enableParallelBuilding = true; 32 + # cannot find -lIceXML (linking bin/transformdb) 33 + #enableParallelBuilding = true; 33 34 34 35 meta = with stdenv.lib; { 35 36 homepage = http://www.zeroc.com/ice.html;