3
0
Fork 0
forked from mirrors/nixpkgs

postgresqlPackages.pgroonga: add platforms

This commit is contained in:
Mario Rodas 2019-09-13 04:23:00 -05:00
parent 8773f20845
commit 1d3bfd35e2
No known key found for this signature in database
GPG key ID: 4C4BEFD7B18DC5E8

View file

@ -29,6 +29,7 @@ stdenv.mkDerivation rec {
'';
homepage = "https://pgroonga.github.io/";
license = licenses.postgresql;
platforms = postgresql.meta.platforms;
maintainers = with maintainers; [ DerTim1 ];
};
}