diff options
| author | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2023-05-30 06:01:03 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-30 06:01:03 +0000 |
| commit | 2cc7256a108c21b7660500f02f8fbaec3d3fd50d (patch) | |
| tree | d00e0c81c0c4826cae9800119e1ce07f9bc1512c /pkgs/development/python-modules/python-mapnik | |
| parent | ceb7ed5e382eebac2cf0a8ea32af6aa7a767e143 (diff) | |
| parent | 1eaf23e8febf68394df1e6d3304c7a02dbf4c59c (diff) | |
Merge master into staging-next
Diffstat (limited to 'pkgs/development/python-modules/python-mapnik')
| -rw-r--r-- | pkgs/development/python-modules/python-mapnik/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/python-mapnik/default.nix b/pkgs/development/python-modules/python-mapnik/default.nix index a6e42d2369b6..5eee8f59c39b 100644 --- a/pkgs/development/python-modules/python-mapnik/default.nix +++ b/pkgs/development/python-modules/python-mapnik/default.nix @@ -133,7 +133,7 @@ buildPythonPackage rec { "test_visual_zoom_all_rendering1" "test_visual_zoom_all_rendering2" "test_wgs84_inverse_forward" - ] ++ lib.optional stdenv.isDarwin [ + ] ++ lib.optionals stdenv.isDarwin [ "test_passing_pycairo_context_pdf" ]; |
