mono: re-enable parallel building

This commit is contained in:
Piotr Bogdan 2017-11-22 14:52:00 +00:00
parent 5d21268e80
commit 391485e3b3
2 changed files with 2 additions and 4 deletions

View File

@ -45,8 +45,7 @@ stdenv.mkDerivation rec {
# The file /nix/store/xxx-mono-2.4.2.1/lib/mscorlib.dll is an invalid CIL image
dontStrip = true;
# Parallel building doesn't work, as shows http://hydra.nixos.org/build/2983601
enableParallelBuilding = false;
enableParallelBuilding = true;
# We want pkg-config to take priority over the dlls in the Mono framework and the GAC
# because we control pkg-config

View File

@ -40,8 +40,7 @@ stdenv.mkDerivation rec {
# The file /nix/store/xxx-mono-2.4.2.1/lib/mscorlib.dll is an invalid CIL image
dontStrip = true;
# Parallel building doesn't work, as shows http://hydra.nixos.org/build/2983601
enableParallelBuilding = false;
enableParallelBuilding = true;
# We want pkg-config to take priority over the dlls in the Mono framework and the GAC
# because we control pkg-config