Merge pull request #263538 from 999eagle/fix/picosvg-test

python311Packages.picosvg: remove test patch

authored by Martin Weinelt and committed by GitHub 2d738e98 ae1374a3

-12
-12
pkgs/development/python-modules/picosvg/default.nix
··· 2 2 , stdenv 3 3 , buildPythonPackage 4 4 , fetchFromGitHub 5 - , fetchpatch 6 5 , setuptools-scm 7 6 , absl-py 8 7 , lxml ··· 19 18 rev = "refs/tags/v${version}"; 20 19 hash = "sha256-jG1rfamegnX8GXDwqkGFBFzUeycRLDObJvGbxNk6OpM="; 21 20 }; 22 - 23 - patches = [ 24 - # see https://github.com/googlefonts/picosvg/issues/299 25 - # this patch fixed a failing test case after the update to skia-pathops 0.8 26 - # as soon as skia-pathops in nixpkgs is updated to 0.8, this patch should be removed 27 - (fetchpatch { 28 - url = "https://github.com/googlefonts/picosvg/commit/4e971ed6cd9afb412b2845d29296a0c24f086562.patch"; 29 - hash = "sha256-OZEipNPCSuuqcy4XggBiuGv4HN604dI4N9wlznyAwF0="; 30 - revert = true; 31 - }) 32 - ]; 33 21 34 22 nativeBuildInputs = [ 35 23 setuptools-scm