move pythonPackagesExtensions up to toplevel where it belongs
This commit is contained in:
@@ -57,10 +57,8 @@ let
|
||||
|
||||
|
||||
### PYTHON PACKAGES
|
||||
python-packages = {
|
||||
pythonPackagesExtensions = prev.pythonPackagesExtensions ++ [
|
||||
(py-final: py-prev: import ./python-packages { inherit (py-prev) callPackage; })
|
||||
];
|
||||
};
|
||||
pythonPackagesExtensions = (unpatched.pythonPackagesExtensions or []) ++ [
|
||||
(py-final: py-prev: import ./python-packages { inherit (py-prev) callPackage; })
|
||||
];
|
||||
});
|
||||
in sane.packages sane
|
||||
|
Reference in New Issue
Block a user