Skip to content

Commit

Permalink
pythonPackages.udiskie: replace alias with abort
Browse files Browse the repository at this point in the history
  • Loading branch information
lukateras committed May 22, 2018
1 parent b9bdd7d commit 437ee38
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pkgs/top-level/python-packages.nix
Expand Up @@ -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 {
Expand Down

0 comments on commit 437ee38

Please sign in to comment.