workaround for openldap failure

This commit is contained in:
2026-05-08 00:37:44 +02:00
parent 232b90f974
commit 47169bbd0c
+5
View File
@@ -1,4 +1,9 @@
self: super: self: super:
{ {
opencode-claude-auth = super.callPackage ../pkgs/opencode-claude-auth {}; opencode-claude-auth = super.callPackage ../pkgs/opencode-claude-auth {};
# Build failure 08.05.2026
# https://github.com/NixOS/nixpkgs/issues/513245#issuecomment-4320293674
openldap = super.openldap.overrideAttrs {
doCheck = !super.stdenv.hostPlatform.isi686;
};
} }