mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
Merge pull request #61139 from adisbladis/pythonpackages-attr
python-packages: Set pythonPackages attr in pythonPackages scope
This commit is contained in:
commit
3e1fdfcb25
1 changed files with 3 additions and 0 deletions
|
@ -130,6 +130,9 @@ in {
|
|||
|
||||
wrapPython = callPackage ../development/interpreters/python/wrap-python.nix {inherit python; inherit (pkgs) makeSetupHook makeWrapper; };
|
||||
|
||||
# Dont take pythonPackages from "global" pkgs scope to avoid mixing python versions
|
||||
pythonPackages = self;
|
||||
|
||||
# specials
|
||||
|
||||
recursivePthLoader = callPackage ../development/python-modules/recursive-pth-loader { };
|
||||
|
|
Loading…
Reference in a new issue