Skip to content

Commit

Permalink
postgresql16Packages.smlar: mark as broken on darwin
Browse files Browse the repository at this point in the history
Broken on linux (JIT) as well.
  • Loading branch information
wolfgangwalther committed Oct 25, 2024
1 parent c8f7e7d commit c76e835
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/servers/sql/postgresql/ext/smlar.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};
}

0 comments on commit c76e835

Please sign in to comment.