mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
postgresql16Packages.pg_ed25519: mark as broken on darwin
Broken on linux (JIT) as well.
This commit is contained in:
parent
d055dc25db
commit
1b19f8df55
@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user