pypy: Remove redundant --withmod-* flags
--allworkingmodules is already the default. Signed-off-by: Anders Kaseorg <andersk@mit.edu>
This commit is contained in:
parent
f96349c456
commit
91333c1740
@ -66,12 +66,7 @@ in stdenv.mkDerivation rec {
|
|||||||
${pythonForPypy.interpreter} rpython/bin/rpython \
|
${pythonForPypy.interpreter} rpython/bin/rpython \
|
||||||
--make-jobs="$NIX_BUILD_CORES" \
|
--make-jobs="$NIX_BUILD_CORES" \
|
||||||
-Ojit \
|
-Ojit \
|
||||||
--batch pypy/goal/targetpypystandalone.py \
|
--batch pypy/goal/targetpypystandalone.py
|
||||||
--withmod-_minimal_curses \
|
|
||||||
--withmod-unicodedata \
|
|
||||||
--withmod-thread \
|
|
||||||
--withmod-bz2 \
|
|
||||||
--withmod-_multiprocessing
|
|
||||||
'';
|
'';
|
||||||
|
|
||||||
setupHook = python-setup-hook sitePackages;
|
setupHook = python-setup-hook sitePackages;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user