mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-16 17:14:00 +00:00
postgresql16Packages.smlar: mark as broken on darwin
Broken on linux (JIT) as well.
This commit is contained in:
parent
1b19f8df55
commit
9789c756bf
@ -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;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user