gdal: Fix tests on darwin

by allowing local network access.
This commit is contained in:
Martin Weinelt
2023-05-10 21:41:14 +02:00
parent fa814e86a3
commit de1af66dcd
@@ -203,6 +203,8 @@ stdenv.mkDerivation rec {
popd # ../autotest
'';
__darwinAllowLocalNetworking = true;
meta = {
description = "Translator library for raster geospatial data formats";
homepage = "https://www.gdal.org/";