We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bc94ea commit 452589dCopy full SHA for 452589d
pkgs/development/libraries/gdal/default.nix
@@ -99,6 +99,12 @@ stdenv.mkDerivation (finalAttrs: {
99
url = "https://github.com/OSGeo/gdal/commit/e873236abfb7885d0b987934041c6b61f6aea5d0.patch";
100
hash = "sha256-iThP8Dfu6k6uhb+jB5Vs5P10UVeY6rLotdDAgX1v6vE=";
101
})
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
+ })
108
];
109
110
nativeBuildInputs =
0 commit comments