From 3277aedf255cdace187a8e16eb31a407669d488b Mon Sep 17 00:00:00 2001 From: Mario Rodas Date: Fri, 12 Apr 2019 10:01:36 -0500 Subject: postgresqlPackages.postgis: 2.5.1 -> 2.5.2 (#58605) --- pkgs/servers/sql/postgresql/ext/postgis.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'pkgs') diff --git a/pkgs/servers/sql/postgresql/ext/postgis.nix b/pkgs/servers/sql/postgresql/ext/postgis.nix index 57dc1bdaa7ef8..7308c8c9389e9 100644 --- a/pkgs/servers/sql/postgresql/ext/postgis.nix +++ b/pkgs/servers/sql/postgresql/ext/postgis.nix @@ -9,6 +9,7 @@ , json_c , pkgconfig , file +, protobufc }: stdenv.mkDerivation rec { name = "postgis-${version}"; @@ -21,7 +22,8 @@ stdenv.mkDerivation rec { sha256 = "0pnva72f2w4jcgnl1y7nw5rdly4ipx3hji4c9yc9s0hna1n2ijxn"; }; - buildInputs = [ libxml2 postgresql geos proj perl gdal json_c pkgconfig ]; + buildInputs = [ libxml2 postgresql geos proj gdal json_c protobufc ]; + nativeBuildInputs = [ perl pkgconfig ]; dontDisableStatic = true; # postgis config directory assumes /include /lib from the same root for json-c library @@ -59,7 +61,7 @@ stdenv.mkDerivation rec { meta = with stdenv.lib; { description = "Geographic Objects for PostgreSQL"; - homepage = http://postgis.refractions.net; + homepage = https://postgis.net/; license = licenses.gpl2; maintainers = [ maintainers.marcweber ]; platforms = platforms.linux; -- cgit 1.4.1