Python: move python-modules/generic to interpreter folder

This commit is contained in:
Frederik Rietdijk 2016-08-31 10:13:15 +02:00
parent b17cd148ba
commit b080748d42
6 changed files with 3 additions and 3 deletions

View File

@ -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:

View File

@ -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