Loading pkgs/development/python-modules/picosvg/default.nix +5 −0 Original line number Diff line number Diff line Loading @@ -34,6 +34,11 @@ buildPythonPackage rec { # a few tests are failing on aarch64 doCheck = !stdenv.hostPlatform.isAarch64; disabledTests = [ # test fixtures need to be regenerated after skia-pathops update "test_topicosvg" ]; meta = { description = "Tool to simplify SVGs"; mainProgram = "picosvg"; Loading Loading
pkgs/development/python-modules/picosvg/default.nix +5 −0 Original line number Diff line number Diff line Loading @@ -34,6 +34,11 @@ buildPythonPackage rec { # a few tests are failing on aarch64 doCheck = !stdenv.hostPlatform.isAarch64; disabledTests = [ # test fixtures need to be regenerated after skia-pathops update "test_topicosvg" ]; meta = { description = "Tool to simplify SVGs"; mainProgram = "picosvg"; Loading