Skip to content

Commit

Permalink
zeroc_ice: disable problematic parallel make
Browse files Browse the repository at this point in the history
  • Loading branch information
vcunat committed Feb 19, 2019
1 parent d0d7ac3 commit f1ed4b5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkgs/development/libraries/zeroc-ice/default.nix
Expand Up @@ -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;
Expand Down

0 comments on commit f1ed4b5

Please sign in to comment.