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 729c55e commit 6ec1bf6Copy full SHA for 6ec1bf6
pkgs/development/python-modules/python-mapnik/default.nix
@@ -114,14 +114,14 @@ buildPythonPackage rec {
114
"test_pdf_printing"
115
"test_render_with_scale_factor"
116
"test_raster_warping"
117
+ "test_pycairo_svg_surface1"
118
]
119
++ lib.optionals stdenv.hostPlatform.isDarwin [
120
"test_passing_pycairo_context_png"
121
"test_passing_pycairo_context_svg"
122
"test_pycairo_pdf_surface1"
123
"test_pycairo_pdf_surface2"
124
"test_pycairo_pdf_surface3"
- "test_pycairo_svg_surface1"
125
"test_pycairo_svg_surface2"
126
"test_pycairo_svg_surface3"
127
];
0 commit comments