pythonPackages.udiskie: replace alias with abort
This commit is contained in:
parent
b9bdd7d4a3
commit
437ee38c18
@ -16352,8 +16352,7 @@ EOF
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
# For backwards compatibility. Please use nixpkgs.udiskie instead.
|
udiskie = abort "pythonPackages.udiskie has been replaced by udiskie";
|
||||||
udiskie = toPythonModule (pkgs.udiskie.override { pythonPackages = self; });
|
|
||||||
|
|
||||||
# Should be bumped along with EFL!
|
# Should be bumped along with EFL!
|
||||||
pythonefl = buildPythonPackage rec {
|
pythonefl = buildPythonPackage rec {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user