liquidctl: add setuptools to nativeBuildInputs

This commit is contained in:
Martin Weinelt
2022-09-19 16:06:01 +02:00
committed by Sandro Jäckel
parent 76c0169c6e
commit f5473de832
@@ -3,6 +3,7 @@
, fetchFromGitHub
, pythonOlder
, installShellFiles
, setuptools
, docopt
, hidapi
, pyusb
@@ -25,7 +26,10 @@ buildPythonPackage rec {
sha256 = "sha256-2mXWih3LchJ/YsjuwHwWse7SNJYx1vxtovl8vasKV4w=";
};
nativeBuildInputs = [ installShellFiles ];
nativeBuildInputs = [
installShellFiles
setuptools
];
propagatedBuildInputs = [
docopt