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:
parent
954c0fd2fa
commit
bd331e42f5
@ -25,5 +25,6 @@ stdenv.mkDerivation rec {
|
|||||||
maintainers = [ maintainers.steve-chavez ];
|
maintainers = [ maintainers.steve-chavez ];
|
||||||
platforms = postgresql.meta.platforms;
|
platforms = postgresql.meta.platforms;
|
||||||
license = licenses.postgresql;
|
license = licenses.postgresql;
|
||||||
|
broken = versionAtLeast postgresql.version "11.0";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user