Merge pull request #249473 from tjni/steamback

steamback: add missing build dependencies
This commit is contained in:
OTABI Tomoya
2023-08-18 11:44:22 +09:00
committed by GitHub
+4
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 = [