caffeine-ng: move setuptools_scm dependency to buildInputs

setuptools_scm is only needed during build, not whilst using the package.
This commit is contained in:
Marcial Gaißert 2019-09-05 17:44:55 +02:00
parent cdf8247b68
commit d64cdba5b4
No known key found for this signature in database
GPG key ID: B629036BE399EEE9

View file

@ -12,10 +12,13 @@ python3Packages.buildPythonApplication rec {
};
nativeBuildInputs = [ wrapGAppsHook glib ];
buildInputs = [ gdk-pixbuf gobject-introspection libnotify gtk3 ];
buildInputs = [
gdk-pixbuf gobject-introspection libnotify gtk3
python3Packages.setuptools_scm
];
pythonPath = with python3Packages; [
dbus-python docopt ewmh pygobject3 pyxdg
setproctitle setuptools_scm
setproctitle
];
doCheck = false; # There are no tests.