forked from mirrors/nixpkgs
Python: move python-modules/generic to interpreter folder
This commit is contained in:
parent
b17cd148ba
commit
b080748d42
doc/languages-frameworks
pkgs
development/interpreters/python
top-level
|
@ -481,7 +481,7 @@ and the aliases
|
|||
#### `buildPythonPackage` function
|
||||
|
||||
The `buildPythonPackage` function is implemented in
|
||||
`pkgs/development/python-modules/generic/default.nix`
|
||||
`pkgs/development/interpreters/python/buildpythonpackage.nix`
|
||||
|
||||
and can be used as:
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ let
|
|||
|
||||
bootstrapped-pip = callPackage ../development/python-modules/bootstrapped-pip { };
|
||||
|
||||
buildPythonPackage = makeOverridable (callPackage ../development/python-modules/generic {
|
||||
buildPythonPackage = makeOverridable (callPackage ../development/interpreters/python/buildpythonpackage.nix {
|
||||
inherit bootstrapped-pip;
|
||||
});
|
||||
|
||||
|
@ -82,7 +82,7 @@ in modules // {
|
|||
}
|
||||
'';
|
||||
}
|
||||
../development/python-modules/generic/wrap.sh;
|
||||
../development/interpreters/python/wrap.sh;
|
||||
|
||||
# specials
|
||||
|
||||
|
|
Loading…
Reference in a new issue