python3Packages.fonttools: Only pull in skia-pathops when it's available
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user