Merge pull request #241114 from SuperSandro2000/pypy3Packages.skia-pathops

pypy3Packages.skia-pathops: mark broken, update homepage

authored by

Sandro and committed by
GitHub
76d738bb cb34ad4c

+4 -1
+4 -1
pkgs/development/python-modules/skia-pathops/default.nix
··· 2 , stdenv 3 , buildPythonPackage 4 , cython 5 , ninja 6 , setuptools-scm 7 , setuptools ··· 50 51 meta = { 52 description = "Python access to operations on paths using the Skia library"; 53 - homepage = "https://skia.org/dev/present/pathops"; 54 license = lib.licenses.bsd3; 55 maintainers = [ lib.maintainers.BarinovMaxim ]; 56 }; 57 }
··· 2 , stdenv 3 , buildPythonPackage 4 , cython 5 + , isPyPy 6 , ninja 7 , setuptools-scm 8 , setuptools ··· 51 52 meta = { 53 description = "Python access to operations on paths using the Skia library"; 54 + homepage = "https://github.com/fonttools/skia-pathops"; 55 license = lib.licenses.bsd3; 56 maintainers = [ lib.maintainers.BarinovMaxim ]; 57 + # ERROR at //gn/BUILDCONFIG.gn:87:14: Script returned non-zero exit code. 58 + broken = isPyPy; 59 }; 60 }