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
+1 -1
View File
@@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
description = "A PostgreSQL foreign data wrapper to connect to TDS databases (Sybase and Microsoft SQL Server)";
homepage = https://github.com/tds-fdw/tds_fdw;
maintainers = [ maintainers.steve-chavez ];
platforms = platforms.linux;
platforms = postgresql.meta.platforms;
license = licenses.postgresql;
};
}