diff options
Diffstat (limited to 'pkgs/development/python-modules/font-v/default.nix')
-rw-r--r-- | pkgs/development/python-modules/font-v/default.nix | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/pkgs/development/python-modules/font-v/default.nix b/pkgs/development/python-modules/font-v/default.nix index 09ed7270ebd3..945f77698ef7 100644 --- a/pkgs/development/python-modules/font-v/default.nix +++ b/pkgs/development/python-modules/font-v/default.nix @@ -1,10 +1,11 @@ -{ lib -, buildPythonPackage -, fetchFromGitHub -, fonttools -, git -, gitpython -, pytestCheckHook +{ + lib, + buildPythonPackage, + fetchFromGitHub, + fonttools, + git, + gitpython, + pytestCheckHook, }: buildPythonPackage rec { @@ -25,7 +26,6 @@ buildPythonPackage rec { gitpython ]; - doCheck = true; nativeCheckInputs = [ git pytestCheckHook @@ -52,4 +52,3 @@ buildPythonPackage rec { maintainers = with maintainers; [ danc86 ]; }; } - |