forked from mirrors/nixpkgs
python310Packages.python-mapnik: don't use lib.optional with a list
This commit is contained in:
parent
17cb25a433
commit
81fe865cf8
|
@ -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"
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue