From 452589dc4bda5e2e7bdef11ffd69b46b7f8ad0bc Mon Sep 17 00:00:00 2001 From: Ivan Mincik Date: Sun, 16 Mar 2025 13:49:13 +0100 Subject: [PATCH] gdal: fix tests for PROJ 9.6.0 --- pkgs/development/libraries/gdal/default.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pkgs/development/libraries/gdal/default.nix b/pkgs/development/libraries/gdal/default.nix index 7b218e3fb41d..86521085307a 100644 --- a/pkgs/development/libraries/gdal/default.nix +++ b/pkgs/development/libraries/gdal/default.nix @@ -99,6 +99,12 @@ stdenv.mkDerivation (finalAttrs: { url = "https://github.com/OSGeo/gdal/commit/e873236abfb7885d0b987934041c6b61f6aea5d0.patch"; hash = "sha256-iThP8Dfu6k6uhb+jB5Vs5P10UVeY6rLotdDAgX1v6vE="; }) + + # Fix tests for PROJ 9.6.0 + (fetchpatch { + url = "https://github.com/OSGeo/gdal/commit/49ef64108b6875e5b90a4fb6cadd089e84fe53c1.patch"; + hash = "sha256-+HQvE5zxwCU03qRRjtzN9t7QgFfgRu4YZNZ9VRfKYEw="; + }) ]; nativeBuildInputs =