summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorPiotr Bogdan <ppbogdan@gmail.com>2017-11-22 14:52:00 +0000
committerPiotr Bogdan <ppbogdan@gmail.com>2017-12-06 14:34:11 +0000
commit391485e3b3185b0b1c03ceccbda64085ac26a877 (patch)
treeb83664315f669b0c761907e136f6e64844359f81 /pkgs
parent5d21268e806b022676a3a8c949d9f66a96cc8136 (diff)
downloadnixlib-391485e3b3185b0b1c03ceccbda64085ac26a877.tar
nixlib-391485e3b3185b0b1c03ceccbda64085ac26a877.tar.gz
nixlib-391485e3b3185b0b1c03ceccbda64085ac26a877.tar.bz2
nixlib-391485e3b3185b0b1c03ceccbda64085ac26a877.tar.lz
nixlib-391485e3b3185b0b1c03ceccbda64085ac26a877.tar.xz
nixlib-391485e3b3185b0b1c03ceccbda64085ac26a877.tar.zst
nixlib-391485e3b3185b0b1c03ceccbda64085ac26a877.zip
mono: re-enable parallel building
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/compilers/mono/generic-cmake.nix3
-rw-r--r--pkgs/development/compilers/mono/generic.nix3
2 files changed, 2 insertions, 4 deletions
diff --git a/pkgs/development/compilers/mono/generic-cmake.nix b/pkgs/development/compilers/mono/generic-cmake.nix
index f6e3f5a0100b..cdab3787795c 100644
--- a/pkgs/development/compilers/mono/generic-cmake.nix
+++ b/pkgs/development/compilers/mono/generic-cmake.nix
@@ -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
diff --git a/pkgs/development/compilers/mono/generic.nix b/pkgs/development/compilers/mono/generic.nix
index 3bc962859e28..367b05bef5b5 100644
--- a/pkgs/development/compilers/mono/generic.nix
+++ b/pkgs/development/compilers/mono/generic.nix
@@ -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