steamback: add missing build dependencies
This commit is contained in:
parent
5d6575d589
commit
aef68cf926
1 changed files with 4 additions and 0 deletions
|
@ -3,6 +3,8 @@
|
|||
, fetchPypi
|
||||
, pythonRelaxDepsHook
|
||||
, setuptools
|
||||
, setuptools-scm
|
||||
, wheel
|
||||
, pillow
|
||||
, psutil
|
||||
, async-tkinter-loop
|
||||
|
@ -23,6 +25,8 @@ buildPythonApplication rec {
|
|||
|
||||
nativeBuildInputs = [
|
||||
pythonRelaxDepsHook
|
||||
setuptools-scm
|
||||
wheel
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
|
|
Loading…
Reference in a new issue