python3Packages.skia-pathops: Mark big-endian as not supported

OPNA2608 884c3d7f b2d4505f

Changed files
+2
pkgs
development
python-modules
skia-pathops
+2
pkgs/development/python-modules/skia-pathops/default.nix
···
homepage = "https://github.com/fonttools/skia-pathops";
license = lib.licenses.bsd3;
maintainers = [ lib.maintainers.BarinovMaxim ];
+
# "The Skia team is not endian-savvy enough to support big-endian CPUs."
+
badPlatforms = lib.platforms.bigEndian;
# ERROR at //gn/BUILDCONFIG.gn:87:14: Script returned non-zero exit code.
broken = isPyPy;
};