Skip to content

Commit

Permalink
fix: python: remove spurious --ignore-installed
Browse files Browse the repository at this point in the history
This arg was inadvertently added to pip install in nix-community#397, which breaks
transitive dependencies on the packages we custom-install, like
setuptools and wheel.

Per @phaer, it wasn't supposed to be there and has already been removed
in the next set of larger changes, but this should fix those transitive
dependencies in the meantime.
  • Loading branch information
impl committed Dec 13, 2022
1 parent 3d6f13e commit aa1a8da
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/subsystems/python/builders/simple-python/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@
--no-warn-script-location \
--prefix="$out" \
--no-cache \
--ignore-installed \
. \
$pipInstallFlags
'';
Expand Down

0 comments on commit aa1a8da

Please sign in to comment.