Remove top-level buildPythonPackage and buildPythonApplication
Instead, pass in pythonXXPackages and use pythonXXPackages.buildPythonPackage or pythonXXPackages.buildPythonApplication.
This commit is contained in:
parent
3ba16c8234
commit
771ed59b48
@ -10279,10 +10279,6 @@ in
|
||||
|
||||
### DEVELOPMENT / PYTHON MODULES
|
||||
|
||||
# python function with default python interpreter
|
||||
buildPythonPackage = pythonPackages.buildPythonPackage;
|
||||
buildPythonApplication = pythonPackages.buildPythonApplication;
|
||||
|
||||
# `nix-env -i python-nose` installs for 2.7, the default python.
|
||||
# Therefore we do not recurse into attributes here, in contrast to
|
||||
# python27Packages. `nix-env -iA python26Packages.nose` works
|
||||
|
Loading…
Reference in New Issue
Block a user