From 81fe865cf8ce06f9b4bf5538b1c8156b07d00a11 Mon Sep 17 00:00:00 2001 From: figsoda Date: Mon, 29 May 2023 19:43:15 -0400 Subject: python310Packages.python-mapnik: don't use lib.optional with a list --- pkgs/development/python-modules/python-mapnik/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/development/python-modules/python-mapnik') 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" ]; -- cgit v1.2.3