postgresql12Packages.timescaledb: mark broken

This commit is contained in:
Mario Rodas 2023-11-28 04:20:00 +00:00
parent 60f8cd13cc
commit 358670d6ae

View File

@ -39,6 +39,6 @@ stdenv.mkDerivation rec {
maintainers = with maintainers; [ marsam ];
platforms = postgresql.meta.platforms;
license = with licenses; if enableUnfree then tsl else asl20;
broken = versionOlder postgresql.version "12";
broken = versionOlder postgresql.version "13";
};
}