parent
d4890642b4
commit
9e5c5d95a8
@ -5,7 +5,6 @@
|
|||||||
, docopt
|
, docopt
|
||||||
, pygobject3
|
, pygobject3
|
||||||
, pyyaml
|
, pyyaml
|
||||||
, ...
|
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonApplication rec {
|
buildPythonApplication rec {
|
||||||
|
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user