python3.pkgs.liquidctl: add build dependencies

This commit is contained in:
Theodore Ni 2023-07-31 12:05:58 -07:00
parent 7ac0e3ae29
commit 0db7ab3a74
No known key found for this signature in database
GPG Key ID: 48B67583BDDD4474

View File

@ -4,6 +4,8 @@
, pythonOlder
, installShellFiles
, setuptools
, setuptools-scm
, wheel
, docopt
, hidapi
, pyusb
@ -29,9 +31,13 @@ buildPythonPackage rec {
hash = "sha256-0QjgnTxqB50JNjSUAgBrGyhN2XC/TDYiC1tvhw1Bl1M=";
};
env.SETUPTOOLS_SCM_PRETEND_VERSION = version;
nativeBuildInputs = [
installShellFiles
setuptools
setuptools-scm
wheel
];
propagatedBuildInputs = [