From ade59e6aa395cd2dc95a49f7e02d0d2cb910e219 Mon Sep 17 00:00:00 2001 From: Ivan Mincik Date: Sun, 30 Nov 2025 20:04:43 +0100 Subject: [PATCH] postgresqlPackages.postgis: build with upgrade scripts Build PostGIS with upgrade scripts such as postgis--3.5.3--ANY.sql which are mandatory for upgrades between versions. Closes #466292 --- pkgs/servers/sql/postgresql/ext/postgis.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/pkgs/servers/sql/postgresql/ext/postgis.nix b/pkgs/servers/sql/postgresql/ext/postgis.nix index 2ca28f659af8..00020e77f0b5 100644 --- a/pkgs/servers/sql/postgresql/ext/postgis.nix +++ b/pkgs/servers/sql/postgresql/ext/postgis.nix @@ -99,7 +99,6 @@ postgresqlBuildExtension (finalAttrs: { isCross = stdenv.hostPlatform.config != stdenv.buildPlatform.config; in [ - (lib.enableFeature false "extension-upgrades-install") (lib.withFeatureAs true "pgconfig" "${postgresql.pg_config}/bin/pg_config") (lib.withFeatureAs true "gdalconfig" "${gdal}/bin/gdal-config") (lib.withFeatureAs true "jsondir" (lib.getDev json_c))