1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-20 04:31:52 +00:00

pythonPackages.udiskie: replace alias by throw

closes #40941
This commit is contained in:
Robert Schütz 2018-05-23 00:52:17 +02:00
parent d4890642b4
commit 9e5c5d95a8
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 {