Merge pull request #172180 from gador/fix-sentry-sdk

python3Packages.sentry-sdk: fix build, python3Packages.weasyprint:
main
Fabian Affolter 2 years ago committed by GitHub
commit 0729f1bbf2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      pkgs/development/python-modules/sentry-sdk/default.nix
  2. 2
      pkgs/development/python-modules/weasyprint/default.nix

@ -37,6 +37,7 @@
, trytond , trytond
, urllib3 , urllib3
, werkzeug , werkzeug
, multidict
}: }:
buildPythonPackage rec { buildPythonPackage rec {
@ -88,6 +89,7 @@ buildPythonPackage rec {
tornado tornado
trytond trytond
werkzeug werkzeug
multidict
]; ];
doCheck = !stdenv.isDarwin; doCheck = !stdenv.isDarwin;

@ -86,6 +86,8 @@ buildPythonPackage rec {
# sensitive to sandbox environments # sensitive to sandbox environments
"test_tab_size" "test_tab_size"
"test_tabulation_character" "test_tabulation_character"
"test_linear_gradients_5"
"test_linear_gradients_12"
]; ];
FONTCONFIG_FILE = "${fontconfig.out}/etc/fonts/fonts.conf"; FONTCONFIG_FILE = "${fontconfig.out}/etc/fonts/fonts.conf";

Loading…
Cancel
Save