Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
python.pkgs.wrapPython: fix permitUserSite logic
Right now the logic for `permitUserSite` is reversed: when it is set to `false` (the default), it will add the `PYTHONNOUSERSITE=true`, while it should be opposite. This results in all packages that use Python's wrap to unnecessary include this environment variable.
- Loading branch information