workaround for openldap failure
This commit is contained in:
@@ -1,4 +1,9 @@
|
||||
self: super:
|
||||
{
|
||||
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;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user