diff options
Diffstat (limited to 'pkgs/development/python-modules/weasyprint/default.nix')
| -rw-r--r-- | pkgs/development/python-modules/weasyprint/default.nix | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/pkgs/development/python-modules/weasyprint/default.nix b/pkgs/development/python-modules/weasyprint/default.nix index fce0a2c3baca..84f96cdfc1e7 100644 --- a/pkgs/development/python-modules/weasyprint/default.nix +++ b/pkgs/development/python-modules/weasyprint/default.nix @@ -35,6 +35,8 @@ buildPythonPackage rec { version = "65.1"; pyproject = true; + __darwinAllowLocalNetworking = true; + src = fetchFromGitHub { owner = "Kozea"; repo = "WeasyPrint"; @@ -112,10 +114,5 @@ buildPythonPackage rec { homepage = "https://weasyprint.org/"; license = lib.licenses.bsd3; teams = [ lib.teams.apm ]; - badPlatforms = [ - # Fatal Python error: Segmentation fault - # "...weasyprint/pdf/fonts.py", line 221 in _harfbuzz_subset - lib.systems.inspect.patterns.isDarwin - ]; }; } |
