Merge pull request #104522 from marsam/update-postgis
postgresqlPackages.postgis: 3.0.2 -> 3.0.3
This commit is contained in:
commit
9c6b2baf64
@ -11,16 +11,17 @@
|
|||||||
, file
|
, file
|
||||||
, protobufc
|
, protobufc
|
||||||
, libiconv
|
, libiconv
|
||||||
|
, nixosTests
|
||||||
}:
|
}:
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "postgis";
|
pname = "postgis";
|
||||||
version = "3.0.2";
|
version = "3.0.3";
|
||||||
|
|
||||||
outputs = [ "out" "doc" ];
|
outputs = [ "out" "doc" ];
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://download.osgeo.org/postgis/source/postgis-${version}.tar.gz";
|
url = "https://download.osgeo.org/postgis/source/postgis-${version}.tar.gz";
|
||||||
sha256 = "1jmji8i2wjabkrzqil683lypnmimigdmn64a10j3kj3kzlfn98d3";
|
sha256 = "05s8cx1rlysiq7dd44kf7cid0la61a4p895j9g95bvfb8v8dpzh7";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ libxml2 postgresql geos proj gdal json_c protobufc ]
|
buildInputs = [ libxml2 postgresql geos proj gdal json_c protobufc ]
|
||||||
@ -65,6 +66,8 @@ stdenv.mkDerivation rec {
|
|||||||
mv doc/* $doc/share/doc/postgis/
|
mv doc/* $doc/share/doc/postgis/
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
passthru.tests.postgis = nixosTests.postgis;
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Geographic Objects for PostgreSQL";
|
description = "Geographic Objects for PostgreSQL";
|
||||||
homepage = "https://postgis.net/";
|
homepage = "https://postgis.net/";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user