Unverified Commit de1af66d authored by Martin Weinelt's avatar Martin Weinelt
Browse files

gdal: Fix tests on darwin

by allowing local network access.
parent fa814e86
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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/";