about summary refs log tree commit diff
path: root/pkgs/development/interpreters/pypy
diff options
context:
space:
mode:
authorDomen Kozar <domen@dev.si>2013-07-26 23:12:05 +0200
committerDomen Kozar <domen@dev.si>2013-07-26 23:12:05 +0200
commit51a6bee01233102ea49fefce51be876cc448e8c4 (patch)
tree9c0da40b545345b4a00e8ca10f43e131ceb3650e /pkgs/development/interpreters/pypy
parent0f98ddf8fd805616f0e6a4f777c9bd2aacb7abb8 (diff)
downloadnixlib-51a6bee01233102ea49fefce51be876cc448e8c4.tar
nixlib-51a6bee01233102ea49fefce51be876cc448e8c4.tar.gz
nixlib-51a6bee01233102ea49fefce51be876cc448e8c4.tar.bz2
nixlib-51a6bee01233102ea49fefce51be876cc448e8c4.tar.lz
nixlib-51a6bee01233102ea49fefce51be876cc448e8c4.tar.xz
nixlib-51a6bee01233102ea49fefce51be876cc448e8c4.tar.zst
nixlib-51a6bee01233102ea49fefce51be876cc448e8c4.zip
pypy: multiprocessing tests are failing, try with internal module
Diffstat (limited to 'pkgs/development/interpreters/pypy')
-rw-r--r--pkgs/development/interpreters/pypy/2.0/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/interpreters/pypy/2.0/default.nix b/pkgs/development/interpreters/pypy/2.0/default.nix
index 11e262f17164..969746d3a34e 100644
--- a/pkgs/development/interpreters/pypy/2.0/default.nix
+++ b/pkgs/development/interpreters/pypy/2.0/default.nix
@@ -29,7 +29,7 @@ let
     preConfigure = ''
       substituteInPlace Makefile \
         --replace "-Ojit" "-Ojit --batch" \
-        --replace "pypy/goal/targetpypystandalone.py" "pypy/goal/targetpypystandalone.py --withmod-_minimal_curses --withmod-unicodedata --withmod-thread --withmod-bz2"
+        --replace "pypy/goal/targetpypystandalone.py" "pypy/goal/targetpypystandalone.py --withmod-_minimal_curses --withmod-unicodedata --withmod-thread --withmod-bz2 --withmod-_multiprocessing"
 
       # we are using cpython and not pypy to do translation
       substituteInPlace rpython/bin/rpython \