postgresql16Packages.smlar: mark as broken on darwin

Broken on linux (JIT) as well.
This commit is contained in:
Wolfgang Walther 2024-09-29 21:46:54 +02:00
parent 1b19f8df55
commit 9789c756bf
No known key found for this signature in database
GPG Key ID: B39893FA5F65CAE1

View File

@ -26,5 +26,7 @@ stdenv.mkDerivation rec {
platforms = postgresql.meta.platforms;
license = licenses.bsd2;
maintainers = [ ];
# Broken on darwin and linux (JIT) with no upstream fix available.
broken = lib.versionAtLeast postgresql.version "16" && stdenv.cc.isClang;
};
}