Merge pull request #40942 from NixOS/yegortimoshenko-patch-4

pythonPackages.udiskie: replace alias with abort
This commit is contained in:
Yegor Timoshenko 2018-05-23 01:31:20 +03:00 committed by GitHub
commit 81a1dff00b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

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 {