mirror of
https://github.com/logos-co/logos-evm-wallet-ui.git
synced 2026-08-27 04:31:09 +00:00
krb5 is a Kerberos implementation and this module does not reference Kerberos or GSSAPI anywhere. The entry was copied from the logos-module-builder docs example, which carried a stray krb5. It blocks Windows cross evaluation: krb5 pulls in a transitive bash whose meta.platforms excludes mingw, so pkgsCross.mingwW64.krb5 refuses to evaluate. zstd and abseil-cpp, the other entries in the list, evaluate fine. No-op on existing targets: the built plugin's runtime closure is byte-identical before and after, and krb5 is still reachable through qtbase -> libpq -> krb5, which is where it always came from. The explicit entry only added a direct buildInputs edge — the edge that forces krb5 to be evaluated for the target platform. Co-authored-by: Claude Opus 5 <noreply@anthropic.com>