Python: move python-modules/generic to interpreter folder
This commit is contained in:
parent
b17cd148ba
commit
b080748d42
@ -481,7 +481,7 @@ and the aliases
|
|||||||
#### `buildPythonPackage` function
|
#### `buildPythonPackage` function
|
||||||
|
|
||||||
The `buildPythonPackage` function is implemented in
|
The `buildPythonPackage` function is implemented in
|
||||||
`pkgs/development/python-modules/generic/default.nix`
|
`pkgs/development/interpreters/python/buildpythonpackage.nix`
|
||||||
|
|
||||||
and can be used as:
|
and can be used as:
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@ let
|
|||||||
|
|
||||||
bootstrapped-pip = callPackage ../development/python-modules/bootstrapped-pip { };
|
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;
|
inherit bootstrapped-pip;
|
||||||
});
|
});
|
||||||
|
|
||||||
@ -82,7 +82,7 @@ in modules // {
|
|||||||
}
|
}
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
../development/python-modules/generic/wrap.sh;
|
../development/interpreters/python/wrap.sh;
|
||||||
|
|
||||||
# specials
|
# specials
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user