We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 103f866 commit 1f3967fCopy full SHA for 1f3967f
pkgs/development/python-modules/weasyprint/default.nix
@@ -111,5 +111,10 @@ buildPythonPackage rec {
111
homepage = "https://weasyprint.org/";
112
license = lib.licenses.bsd3;
113
teams = [ lib.teams.apm ];
114
+ badPlatforms = [
115
+ # Fatal Python error: Segmentation fault
116
+ # "...weasyprint/pdf/fonts.py", line 221 in _harfbuzz_subset
117
+ lib.systems.inspect.patterns.isDarwin
118
+ ];
119
};
120
}
0 commit comments