specify setuptools build system explicitly
This commit is contained in:
parent
e6f6bbeebc
commit
910a71676d
1 changed files with 4 additions and 0 deletions
|
|
@ -19,6 +19,10 @@
|
|||
pname = "rzr";
|
||||
version = "main";
|
||||
src = self;
|
||||
pyproject = true;
|
||||
build-system = with pkgs; [
|
||||
python3Packages.setuptools
|
||||
];
|
||||
propagatedBuildInputs = with pkgs; [
|
||||
python3Packages.colour
|
||||
python3Packages.openrazer
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue