Unverified Commit aef68cf9 authored by Theodore Ni's avatar Theodore Ni
Browse files

steamback: add missing build dependencies

parent 5d6575d5
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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 = [