forked from mirrors/nixpkgs
postgresqlPackages.pgroonga: add platforms
This commit is contained in:
parent
8773f20845
commit
1d3bfd35e2
|
@ -29,6 +29,7 @@ stdenv.mkDerivation rec {
|
|||
'';
|
||||
homepage = "https://pgroonga.github.io/";
|
||||
license = licenses.postgresql;
|
||||
platforms = postgresql.meta.platforms;
|
||||
maintainers = with maintainers; [ DerTim1 ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue