summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/python-mapnik
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2023-05-29 19:43:15 -0400
committerfigsoda <figsoda@pm.me>2023-05-29 19:43:15 -0400
commit81fe865cf8ce06f9b4bf5538b1c8156b07d00a11 (patch)
tree0d4f4a232f18c98b67dcbc06a56a71652c29066f /pkgs/development/python-modules/python-mapnik
parent17cb25a433925e347673402651b944fecc6fafc0 (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.nix2
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"
];