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" ];
|
makeFlags = [ "prefix=$(out)" "OPTIMIZE=yes" ];
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
# cannot find -lIceXML (linking bin/transformdb)
|
||||||
|
#enableParallelBuilding = true;
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = http://www.zeroc.com/ice.html;
|
homepage = http://www.zeroc.com/ice.html;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user