about summary refs log tree commit diff
path: root/pkgs/development/interpreters/ruby
diff options
context:
space:
mode:
authorEvgeny Egorochkin <phreedom@yandex.ru>2013-06-10 23:34:06 +0300
committerEvgeny Egorochkin <phreedom@yandex.ru>2013-06-10 23:34:06 +0300
commitb93ac14bf60371e1e716c03dc7d202d33fd32422 (patch)
treed53f0d0690a36bb0df907ecca5196ef26c603c4a /pkgs/development/interpreters/ruby
parentcf5af0cbd078bf73905428173ef5a93aee2bd7cb (diff)
downloadnixlib-b93ac14bf60371e1e716c03dc7d202d33fd32422.tar
nixlib-b93ac14bf60371e1e716c03dc7d202d33fd32422.tar.gz
nixlib-b93ac14bf60371e1e716c03dc7d202d33fd32422.tar.bz2
nixlib-b93ac14bf60371e1e716c03dc7d202d33fd32422.tar.lz
nixlib-b93ac14bf60371e1e716c03dc7d202d33fd32422.tar.xz
nixlib-b93ac14bf60371e1e716c03dc7d202d33fd32422.tar.zst
nixlib-b93ac14bf60371e1e716c03dc7d202d33fd32422.zip
Ruby 1.9 parallel build sometimes fails due to races.
Diffstat (limited to 'pkgs/development/interpreters/ruby')
-rw-r--r--pkgs/development/interpreters/ruby/ruby-19.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/interpreters/ruby/ruby-19.nix b/pkgs/development/interpreters/ruby/ruby-19.nix
index b954d7e6bf0f..6545ed720e62 100644
--- a/pkgs/development/interpreters/ruby/ruby-19.nix
+++ b/pkgs/development/interpreters/ruby/ruby-19.nix
@@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
     ++ (op gdbmSupport gdbm)
     ++ (op yamlSupport libyaml);
 
-  enableParallelBuilding = true;
+  enableParallelBuilding = false;
     
   configureFlags = ["--enable-shared" "--enable-pthread"];