diff options
Diffstat (limited to 'pkgs/development/python-modules/pytmx/default.nix')
-rw-r--r-- | pkgs/development/python-modules/pytmx/default.nix | 21 |
1 files changed, 10 insertions, 11 deletions
diff --git a/pkgs/development/python-modules/pytmx/default.nix b/pkgs/development/python-modules/pytmx/default.nix index 177d255a13b5..77e3656e2f29 100644 --- a/pkgs/development/python-modules/pytmx/default.nix +++ b/pkgs/development/python-modules/pytmx/default.nix @@ -1,11 +1,12 @@ -{ lib -, buildPythonPackage -, fetchFromGitHub -, pygame -, pyglet -, pysdl2 -, pytestCheckHook -, pythonOlder +{ + lib, + buildPythonPackage, + fetchFromGitHub, + pygame, + pyglet, + pysdl2, + pytestCheckHook, + pythonOlder, }: buildPythonPackage rec { @@ -35,9 +36,7 @@ buildPythonPackage rec { "pytmx.util_pysdl2" ]; - nativeCheckInputs = [ - pytestCheckHook - ]; + nativeCheckInputs = [ pytestCheckHook ]; disabledTests = [ # AssertionError on the property name |