Skip to content

Commit 1f3967f

Browse files
committed
python312Packages.weasyprint: mark as broken on darwin
1 parent 103f866 commit 1f3967f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pkgs/development/python-modules/weasyprint/default.nix

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,5 +111,10 @@ buildPythonPackage rec {
111111
homepage = "https://weasyprint.org/";
112112
license = lib.licenses.bsd3;
113113
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+
];
114119
};
115120
}

0 commit comments

Comments
 (0)