mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
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 ];
|
||||
pythonPath = with python3Packages; [
|
||||
dbus-python docopt ewmh pygobject3 pyxdg
|
||||
setproctitle setuptools setuptools_scm wheel
|
||||
setproctitle setuptools_scm
|
||||
];
|
||||
|
||||
doCheck = false; # There are no tests.
|
||||
|
Loading…
Reference in New Issue
Block a user