forked from mirrors/nixpkgs
zeroc_ice: disable problematic parallel make
This commit is contained in:
parent
d0d7ac3f9e
commit
f1ed4b50fc
|
@ -29,7 +29,8 @@ stdenv.mkDerivation rec {
|
|||
|
||||
makeFlags = [ "prefix=$(out)" "OPTIMIZE=yes" ];
|
||||
|
||||
enableParallelBuilding = true;
|
||||
# cannot find -lIceXML (linking bin/transformdb)
|
||||
#enableParallelBuilding = true;
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = http://www.zeroc.com/ice.html;
|
||||
|
|
Loading…
Reference in a new issue