mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-20 04:31:52 +00:00
parent
d4890642b4
commit
9e5c5d95a8
|
@ -5,7 +5,6 @@
|
|||
, docopt
|
||||
, pygobject3
|
||||
, pyyaml
|
||||
, ...
|
||||
}:
|
||||
|
||||
buildPythonApplication rec {
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue