postgresqlPackages.tsearch_extras: add platforms
This commit is contained in:
parent
faada6275d
commit
f0c6cd779a
@ -23,6 +23,7 @@ stdenv.mkDerivation {
|
|||||||
description = "Provides a few PostgreSQL functions for a lower-level data full text search";
|
description = "Provides a few PostgreSQL functions for a lower-level data full text search";
|
||||||
homepage = https://github.com/zulip/tsearch_extras/;
|
homepage = https://github.com/zulip/tsearch_extras/;
|
||||||
license = licenses.postgresql;
|
license = licenses.postgresql;
|
||||||
|
platforms = postgresql.meta.platforms;
|
||||||
maintainers = with maintainers; [ DerTim1 ];
|
maintainers = with maintainers; [ DerTim1 ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user