Files
Dario LipicarandClaude Opus 5 d41c8eaf7b chore: drop unused krb5 from nix.packages.runtime (#24)
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>
2026-08-15 15:11:48 -03:00
..