3
0
Fork 0
forked from mirrors/nixpkgs

Revert "pythonPackages.udiskie: replace alias with abort"

This reverts commit 437ee38c18.
This commit is contained in:
Robert Schütz 2018-05-23 00:36:41 +02:00
parent 81a1dff00b
commit d4890642b4

View file

@ -16352,7 +16352,8 @@ EOF
};
};
udiskie = abort "pythonPackages.udiskie has been replaced by udiskie";
# For backwards compatibility. Please use nixpkgs.udiskie instead.
udiskie = toPythonModule (pkgs.udiskie.override { pythonPackages = self; });
# Should be bumped along with EFL!
pythonefl = buildPythonPackage rec {