pythonPackages.udiskie: replace alias with abort

This commit is contained in:
Yegor Timoshenko 2018-05-23 01:28:15 +03:00 committed by GitHub
parent b9bdd7d4a3
commit 437ee38c18
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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