pypy: Remove redundant --withmod-* flags

--allworkingmodules is already the default.

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
This commit is contained in:
Anders Kaseorg 2018-01-20 04:00:41 -05:00
parent f96349c456
commit 91333c1740

View File

@ -66,12 +66,7 @@ in stdenv.mkDerivation rec {
${pythonForPypy.interpreter} rpython/bin/rpython \
--make-jobs="$NIX_BUILD_CORES" \
-Ojit \
--batch pypy/goal/targetpypystandalone.py \
--withmod-_minimal_curses \
--withmod-unicodedata \
--withmod-thread \
--withmod-bz2 \
--withmod-_multiprocessing
--batch pypy/goal/targetpypystandalone.py
'';
setupHook = python-setup-hook sitePackages;