Loading pkgs/development/python-modules/pytmx/default.nix +8 −2 Original line number Diff line number Diff line Loading @@ -2,18 +2,24 @@ lib, buildPythonPackage, fetchFromGitHub, # build-system setuptools-scm, # dependencies pygame, pyglet, pysdl2, # tests pytestCheckHook, setuptools-scm, }: buildPythonPackage { pname = "pytmx"; version = "3.32"; pyproject = true; __structuredAttrs = true; src = fetchFromGitHub { owner = "bitcraft"; Loading Loading
pkgs/development/python-modules/pytmx/default.nix +8 −2 Original line number Diff line number Diff line Loading @@ -2,18 +2,24 @@ lib, buildPythonPackage, fetchFromGitHub, # build-system setuptools-scm, # dependencies pygame, pyglet, pysdl2, # tests pytestCheckHook, setuptools-scm, }: buildPythonPackage { pname = "pytmx"; version = "3.32"; pyproject = true; __structuredAttrs = true; src = fetchFromGitHub { owner = "bitcraft"; Loading