lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

OPNA2608 884c3d7f b2d4505f

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