Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
python3.pkgs.buildPython*: allow overriding of the stdenv
With this change it is possible to pass in `stdenv` directly to `buildPython*` or override it using e.g. ``` numpy.overridePythonAttrs(_: { stdenv = clangStdenv; }) ```
- Loading branch information