Skip to content

Commit

Permalink
postgresql16Packages.pg_ed25519: 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 ad44b9c commit b723e83
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/servers/sql/postgresql/ext/pg_ed25519.nix
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ stdenv.mkDerivation rec {
maintainers = [ maintainers.renzo ];
platforms = postgresql.meta.platforms;
license = licenses.mit;
# Broken on darwin and linux (JIT) with no upstream fix available.
broken = lib.versionAtLeast postgresql.version "16" && stdenv.cc.isClang;
};
}

0 comments on commit b723e83

Please sign in to comment.