postgis: match platform compatibility with postgres
This commit is contained in:
parent
19011bad0c
commit
c1da476a88
@ -70,6 +70,6 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = https://postgis.net/;
|
homepage = https://postgis.net/;
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
maintainers = [ maintainers.marcweber ];
|
maintainers = [ maintainers.marcweber ];
|
||||||
platforms = platforms.all;
|
inherit (postgresql.meta) platforms;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user