mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-30 19:02:57 +00:00
python3.pkgs.liquidctl: add build dependencies
This commit is contained in:
parent
7ac0e3ae29
commit
0db7ab3a74
@ -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 = [
|
||||
|
Loading…
Reference in New Issue
Block a user