mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-06 04:24:28 +03:00
mono: re-enable parallel building
This commit is contained in:
parent
5d21268e80
commit
391485e3b3
@ -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
|
# The file /nix/store/xxx-mono-2.4.2.1/lib/mscorlib.dll is an invalid CIL image
|
||||||
dontStrip = true;
|
dontStrip = true;
|
||||||
|
|
||||||
# Parallel building doesn't work, as shows http://hydra.nixos.org/build/2983601
|
enableParallelBuilding = true;
|
||||||
enableParallelBuilding = false;
|
|
||||||
|
|
||||||
# We want pkg-config to take priority over the dlls in the Mono framework and the GAC
|
# We want pkg-config to take priority over the dlls in the Mono framework and the GAC
|
||||||
# because we control pkg-config
|
# because we control pkg-config
|
||||||
|
@ -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
|
# The file /nix/store/xxx-mono-2.4.2.1/lib/mscorlib.dll is an invalid CIL image
|
||||||
dontStrip = true;
|
dontStrip = true;
|
||||||
|
|
||||||
# Parallel building doesn't work, as shows http://hydra.nixos.org/build/2983601
|
enableParallelBuilding = true;
|
||||||
enableParallelBuilding = false;
|
|
||||||
|
|
||||||
# We want pkg-config to take priority over the dlls in the Mono framework and the GAC
|
# We want pkg-config to take priority over the dlls in the Mono framework and the GAC
|
||||||
# because we control pkg-config
|
# because we control pkg-config
|
||||||
|
Loading…
Reference in New Issue
Block a user