diff options
| author | figsoda <figsoda@pm.me> | 2023-05-29 19:43:15 -0400 |
|---|---|---|
| committer | figsoda <figsoda@pm.me> | 2023-05-29 19:43:15 -0400 |
| commit | 81fe865cf8ce06f9b4bf5538b1c8156b07d00a11 (patch) | |
| tree | 0d4f4a232f18c98b67dcbc06a56a71652c29066f /pkgs/development/python-modules/python-mapnik | |
| parent | 17cb25a433925e347673402651b944fecc6fafc0 (diff) | |
python310Packages.python-mapnik: don't use lib.optional with a list
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" ]; |
