libkrb5: fix issue #16161.

tkatchev 6d211110 7f2769ff

+1 -1
+1 -1
pkgs/development/libraries/kerberos/krb5.nix
··· 19 sha256 = "0z0jxm6ppbxi9anv2h12nrb5lpwl95f96kw6dx7sn268fhkpad7x"; 20 }; 21 22 - configureFlags = optional stdenv.isFreeBSD ''WARN_CFLAGS=""''; 23 24 nativeBuildInputs = [ pkgconfig perl yacc ] 25 # Provides the mig command used by the build scripts
··· 19 sha256 = "0z0jxm6ppbxi9anv2h12nrb5lpwl95f96kw6dx7sn268fhkpad7x"; 20 }; 21 22 + configureFlags = [ "--with-tcl=no" ] ++ optional stdenv.isFreeBSD ''WARN_CFLAGS=""''; 23 24 nativeBuildInputs = [ pkgconfig perl yacc ] 25 # Provides the mig command used by the build scripts