mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-30 19:02:57 +00:00
postgresqlPackages.postgis: add passthru.tests
This commit is contained in:
parent
45ab7143b0
commit
2a23c7cfd5
@ -11,6 +11,7 @@
|
||||
, file
|
||||
, protobufc
|
||||
, libiconv
|
||||
, nixosTests
|
||||
}:
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "postgis";
|
||||
@ -65,6 +66,8 @@ stdenv.mkDerivation rec {
|
||||
mv doc/* $doc/share/doc/postgis/
|
||||
'';
|
||||
|
||||
passthru.tests.postgis = nixosTests.postgis;
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Geographic Objects for PostgreSQL";
|
||||
homepage = "https://postgis.net/";
|
||||
|
Loading…
Reference in New Issue
Block a user