steamback: add missing build dependencies

This commit is contained in:
Theodore Ni 2023-08-15 23:18:30 -07:00
parent 5d6575d589
commit aef68cf926
No known key found for this signature in database
GPG key ID: 48B67583BDDD4474

View file

@ -3,6 +3,8 @@
, fetchPypi , fetchPypi
, pythonRelaxDepsHook , pythonRelaxDepsHook
, setuptools , setuptools
, setuptools-scm
, wheel
, pillow , pillow
, psutil , psutil
, async-tkinter-loop , async-tkinter-loop
@ -23,6 +25,8 @@ buildPythonApplication rec {
nativeBuildInputs = [ nativeBuildInputs = [
pythonRelaxDepsHook pythonRelaxDepsHook
setuptools-scm
wheel
]; ];
buildInputs = [ buildInputs = [