mono: fixing build

it looks like it doesn't like parallel builds.
This commit is contained in:
Lluís Batlle i Rossell 2012-09-02 09:06:14 +02:00
parent ac8dd727d0
commit 6bff865155

View File

@ -23,7 +23,8 @@ stdenv.mkDerivation {
# 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;
enableParallelBuilding = true; # Parallel building doesn't work, as shows http://hydra.nixos.org/build/2983601
enableParallelBuilding = false;
preBuild = " preBuild = "
makeFlagsArray=(INSTALL=`type -tp install`) makeFlagsArray=(INSTALL=`type -tp install`)