caffeine-ng: remove unneeded dependencies setuptools, wheel
This commit is contained in:
parent
85c084d88d
commit
cdf8247b68
@ -15,7 +15,7 @@ python3Packages.buildPythonApplication rec {
|
|||||||
buildInputs = [ gdk-pixbuf gobject-introspection libnotify gtk3 ];
|
buildInputs = [ gdk-pixbuf gobject-introspection libnotify gtk3 ];
|
||||||
pythonPath = with python3Packages; [
|
pythonPath = with python3Packages; [
|
||||||
dbus-python docopt ewmh pygobject3 pyxdg
|
dbus-python docopt ewmh pygobject3 pyxdg
|
||||||
setproctitle setuptools setuptools_scm wheel
|
setproctitle setuptools_scm
|
||||||
];
|
];
|
||||||
|
|
||||||
doCheck = false; # There are no tests.
|
doCheck = false; # There are no tests.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user