3
0
Fork 0
forked from mirrors/nixpkgs

zeroc_ice: disable problematic parallel make

This commit is contained in:
Vladimír Čunát 2019-02-19 18:14:17 +01:00
parent d0d7ac3f9e
commit f1ed4b50fc
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -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;