forked from mirrors/nixpkgs
Revert "pythonPackages.udiskie: replace alias with abort"
This reverts commit 437ee38c18
.
This commit is contained in:
parent
81a1dff00b
commit
d4890642b4
|
@ -16352,7 +16352,8 @@ EOF
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
udiskie = abort "pythonPackages.udiskie has been replaced by udiskie";
|
# For backwards compatibility. Please use nixpkgs.udiskie instead.
|
||||||
|
udiskie = toPythonModule (pkgs.udiskie.override { pythonPackages = self; });
|
||||||
|
|
||||||
# Should be bumped along with EFL!
|
# Should be bumped along with EFL!
|
||||||
pythonefl = buildPythonPackage rec {
|
pythonefl = buildPythonPackage rec {
|
||||||
|
|
Loading…
Reference in a new issue