postgresqlPackages: enable on platforms where PostgreSQL is supported

This commit is contained in:
Mario Rodas
2019-05-06 06:00:00 -05:00
parent 83d6250145
commit 12ee718d19
5 changed files with 5 additions and 5 deletions
@@ -24,7 +24,7 @@ stdenv.mkDerivation {
is tightly integrated in the RDBMS in the sense that it defines operators so instead of the traditional
operators (= and <>) you can use ~~~ and ~!~ (any of these operators represents a similarity function).
'';
platforms = stdenv.lib.platforms.linux;
platforms = postgresql.meta.platforms;
license = stdenv.lib.licenses.gpl2;
maintainers = with lib.maintainers; [ danbst ];
};