about summary refs log tree commit diff
path: root/pkgs/development/compilers/mono
diff options
context:
space:
mode:
authorLluís Batlle i Rossell <viric@viric.name>2012-09-02 09:06:14 +0200
committerLluís Batlle i Rossell <viric@viric.name>2012-09-02 09:06:30 +0200
commit6bff8651552a1155645e452b6392e6e129360e8c (patch)
treee2b58b16d09a89597c8a3dff6bc3606dd46f65b5 /pkgs/development/compilers/mono
parentac8dd727d077120099db60a40d768c32de74a6f7 (diff)
mono: fixing build
it looks like it doesn't like parallel builds.
Diffstat (limited to 'pkgs/development/compilers/mono')
-rw-r--r--pkgs/development/compilers/mono/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/development/compilers/mono/default.nix b/pkgs/development/compilers/mono/default.nix
index 2f257fccc52d4..f59bb2cac4038 100644
--- a/pkgs/development/compilers/mono/default.nix
+++ b/pkgs/development/compilers/mono/default.nix
@@ -23,7 +23,8 @@ stdenv.mkDerivation {
   # The file /nix/store/xxx-mono-2.4.2.1/lib/mscorlib.dll is an invalid CIL image
   dontStrip = true;
 
-  enableParallelBuilding = true;
+  # Parallel building doesn't work, as shows http://hydra.nixos.org/build/2983601
+  enableParallelBuilding = false;
 
   preBuild = "
     makeFlagsArray=(INSTALL=`type -tp install`)