Merge pull request #40944 from dotlambda/python-udiskie-throw

pythonPackages.udiskie: replace alias by throw
This commit is contained in:
Yegor Timoshenko 2018-05-23 01:55:50 +03:00 committed by GitHub
commit 9530d71725
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 3 deletions

View File

@ -5,7 +5,6 @@
, docopt
, pygobject3
, pyyaml
, ...
}:
buildPythonApplication rec {

View File

@ -16352,8 +16352,8 @@ EOF
};
};
# For backwards compatibility. Please use nixpkgs.udiskie instead.
udiskie = toPythonModule (pkgs.udiskie.override { pythonPackages = self; });
# added 2018-05-23, can be removed once 18.09 is branched off
udiskie = throw "pythonPackages.udiskie has been replaced by udiskie";
# Should be bumped along with EFL!
pythonefl = buildPythonPackage rec {