···88}:
991010{ lib, stdenv
1111+# This *is* correct, though unusual. as a way of getting krb5-config from the
1212+# package without splicing See: https://github.com/NixOS/nixpkgs/pull/107606
1313+, pkgs
1114, fetchurl
1215, fetchpatch
1316, zlib
···4245 '';
43464447 nativeBuildInputs = [ pkg-config ]
4545- ++ optional withKerberos kerberos
4848+ # This is not the same as the kerberos from the inputs! pkgs.kerberos is
4949+ # needed here to access krb5-config in order to cross compile. See:
5050+ # https://github.com/NixOS/nixpkgs/pull/107606
5151+ ++ optional withKerberos pkgs.kerberos
4652 ++ extraNativeBuildInputs;
4753 buildInputs = [ zlib openssl libedit ]
4854 ++ optional withFIDO libfido2