tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
0
fork
atom
overview
issues
pulls
pipelines
zeroc_ice: disable problematic parallel make
Vladimír Čunát
7 years ago
f1ed4b50
d0d7ac3f
+2
-1
1 changed file
expand all
collapse all
unified
split
pkgs
development
libraries
zeroc-ice
default.nix
+2
-1
pkgs/development/libraries/zeroc-ice/default.nix
···
29
29
30
30
makeFlags = [ "prefix=$(out)" "OPTIMIZE=yes" ];
31
31
32
32
-
enableParallelBuilding = true;
32
32
+
# cannot find -lIceXML (linking bin/transformdb)
33
33
+
#enableParallelBuilding = true;
33
34
34
35
meta = with stdenv.lib; {
35
36
homepage = http://www.zeroc.com/ice.html;