gdal: fix build on darwin

This commit is contained in:
Bruno Rodrigues
2026-04-29 18:55:22 +02:00
parent 3d4f94f086
commit 4164acfae4
+4
View File
@@ -260,6 +260,10 @@ stdenv.mkDerivation (finalAttrs: {
"gcore/vsis3.py"
"gdrivers/gdalhttp.py"
"gdrivers/wms.py"
]
++ lib.optionals stdenv.hostPlatform.isDarwin [
# Trace/BPT trap: 5 on macOS
"gcore/hdf4multidim.py"
];
disabledTests = [
# tests that attempt to make network requests