postgresql/tds_fdw: mark broken for PG >= 11

The release with fix is still in alpha
https://github.com/tds-fdw/tds_fdw/releases
This commit is contained in:
danbst 2019-08-15 01:55:06 +03:00
parent 954c0fd2fa
commit bd331e42f5

View File

@ -25,5 +25,6 @@ stdenv.mkDerivation rec {
maintainers = [ maintainers.steve-chavez ];
platforms = postgresql.meta.platforms;
license = licenses.postgresql;
broken = versionAtLeast postgresql.version "11.0";
};
}