Loading pkgs/development/python-modules/glyphsets/default.nix +4 −0 Original line number Diff line number Diff line Loading @@ -42,6 +42,10 @@ buildPythonPackage rec { preCheck = '' export PATH="$out/bin:$PATH" ''; disabledTests = [ # This "test" just tries to connect to PyPI and look for newer releases. Not needed. "test_dependencies" ]; meta = with lib; { description = "Google Fonts glyph set metadata"; Loading Loading
pkgs/development/python-modules/glyphsets/default.nix +4 −0 Original line number Diff line number Diff line Loading @@ -42,6 +42,10 @@ buildPythonPackage rec { preCheck = '' export PATH="$out/bin:$PATH" ''; disabledTests = [ # This "test" just tries to connect to PyPI and look for newer releases. Not needed. "test_dependencies" ]; meta = with lib; { description = "Google Fonts glyph set metadata"; Loading