From 51a6bee01233102ea49fefce51be876cc448e8c4 Mon Sep 17 00:00:00 2001 From: Domen Kozar <domen@dev.si> Date: Fri, 26 Jul 2013 23:12:05 +0200 Subject: [PATCH] pypy: multiprocessing tests are failing, try with internal module --- pkgs/development/interpreters/pypy/2.0/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \