postgis: backport patch to fix tests with GDAL 3.11

This commit is contained in:
K900
2025-05-10 16:45:38 +03:00
parent 5b4357b5fe
commit 578c3f18a7
+10 -1
View File
@@ -4,7 +4,7 @@
cunit,
docbook5,
fetchFromGitHub,
file,
fetchpatch,
gdalMinimal,
geos,
jitSupport,
@@ -50,6 +50,15 @@ postgresqlBuildExtension (finalAttrs: {
hash = "sha256-1kOLtG6AMavbWQ1lHG2ABuvIcyTYhgcbjuVmqMR4X+g=";
};
patches = [
# Backport patch for compatibility with GDAL 3.11
# FIXME: remove in next update
(fetchpatch {
url = "https://git.osgeo.org/gitea/postgis/postgis/commit/614eca7c169cd6e9819801d3ea99d5258262c58b.patch";
hash = "sha256-VkNZFANAt8Jv+ExCusGvi+ZWB7XLcAheefSx7akA7Go=";
})
];
buildInputs =
[
geos