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
, pythonRelaxDepsHook
, setuptools
, setuptools-scm
, wheel
, pillow
, psutil
, async-tkinter-loop
@ -23,6 +25,8 @@ buildPythonApplication rec {
nativeBuildInputs = [
pythonRelaxDepsHook
setuptools-scm
wheel
];
buildInputs = [