gdal: Fix tests on darwin

by allowing local network access.
This commit is contained in:
Martin Weinelt 2023-05-10 21:40:34 +02:00
parent fa814e86a3
commit de1af66dcd
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -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/";