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 , docopt
, pygobject3 , pygobject3
, pyyaml , pyyaml
, ...
}: }:
buildPythonApplication rec { buildPythonApplication rec {

View File

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