Merge pull request #32386 from pbogdan/mono-parallel-build

mono: re-enable parallel building

authored by Austin Seipp and committed by GitHub c2a4baf9 08f75f58

+2 -4
+1 -2
pkgs/development/compilers/mono/generic-cmake.nix
··· 45 # The file /nix/store/xxx-mono-2.4.2.1/lib/mscorlib.dll is an invalid CIL image 46 dontStrip = true; 47 48 - # Parallel building doesn't work, as shows http://hydra.nixos.org/build/2983601 49 - enableParallelBuilding = false; 50 51 # We want pkg-config to take priority over the dlls in the Mono framework and the GAC 52 # because we control pkg-config
··· 45 # The file /nix/store/xxx-mono-2.4.2.1/lib/mscorlib.dll is an invalid CIL image 46 dontStrip = true; 47 48 + enableParallelBuilding = true; 49 50 # We want pkg-config to take priority over the dlls in the Mono framework and the GAC 51 # because we control pkg-config
+1 -2
pkgs/development/compilers/mono/generic.nix
··· 40 # The file /nix/store/xxx-mono-2.4.2.1/lib/mscorlib.dll is an invalid CIL image 41 dontStrip = true; 42 43 - # Parallel building doesn't work, as shows http://hydra.nixos.org/build/2983601 44 - enableParallelBuilding = false; 45 46 # We want pkg-config to take priority over the dlls in the Mono framework and the GAC 47 # because we control pkg-config
··· 40 # The file /nix/store/xxx-mono-2.4.2.1/lib/mscorlib.dll is an invalid CIL image 41 dontStrip = true; 42 43 + enableParallelBuilding = true; 44 45 # We want pkg-config to take priority over the dlls in the Mono framework and the GAC 46 # because we control pkg-config