Unverified Commit a5309fcd authored by Cosima Neidahl's avatar Cosima Neidahl Committed by GitHub
Browse files

python3Packages.fonttools: Only pull in skia-pathops when it's available (#446471)

parents 3fe6d968 3cc4d90d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -61,7 +61,7 @@ buildPythonPackage rec {
        plot = [ matplotlib ];
        symfont = [ sympy ];
        type1 = lib.optional stdenv.hostPlatform.isDarwin xattr;
        pathops = [ skia-pathops ];
        pathops = lib.optional (lib.meta.availableOn stdenv.hostPlatform skia-pathops) skia-pathops;
        repacker = [ uharfbuzz ];
      };
    in