Skip to content

Commit 452589d

Browse files
committed
gdal: fix tests for PROJ 9.6.0
1 parent 3bc94ea commit 452589d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pkgs/development/libraries/gdal/default.nix

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,12 @@ stdenv.mkDerivation (finalAttrs: {
9999
url = "https://github.com/OSGeo/gdal/commit/e873236abfb7885d0b987934041c6b61f6aea5d0.patch";
100100
hash = "sha256-iThP8Dfu6k6uhb+jB5Vs5P10UVeY6rLotdDAgX1v6vE=";
101101
})
102+
103+
# Fix tests for PROJ 9.6.0
104+
(fetchpatch {
105+
url = "https://github.com/OSGeo/gdal/commit/49ef64108b6875e5b90a4fb6cadd089e84fe53c1.patch";
106+
hash = "sha256-+HQvE5zxwCU03qRRjtzN9t7QgFfgRu4YZNZ9VRfKYEw=";
107+
})
102108
];
103109

104110
nativeBuildInputs =

0 commit comments

Comments
 (0)