Skip to content

Commit

Permalink
pypy3Packages.bootstrapped-pip: fix build
Browse files Browse the repository at this point in the history
PyPy3 ignores the local wheel package when pyproject.toml is present.
  • Loading branch information
wamserma authored and mweinelt committed Mar 3, 2023
1 parent 32283aa commit 664f133
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ stdenv.mkDerivation rec {
echo "Building pip wheel..."
pushd pip
rm pyproject.toml
${python.pythonForBuild.interpreter} -m pip install --no-build-isolation --no-index --prefix=$out --ignore-installed --no-dependencies --no-cache .
popd
'';
Expand Down

0 comments on commit 664f133

Please sign in to comment.