tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
libkrb5: fix issue #16161.
tkatchev
9 years ago
6d211110
7f2769ff
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
development
libraries
kerberos
krb5.nix
+1
-1
pkgs/development/libraries/kerberos/krb5.nix
···
19
19
sha256 = "0z0jxm6ppbxi9anv2h12nrb5lpwl95f96kw6dx7sn268fhkpad7x";
20
20
};
21
21
22
22
-
configureFlags = optional stdenv.isFreeBSD ''WARN_CFLAGS=""'';
22
22
+
configureFlags = [ "--with-tcl=no" ] ++ optional stdenv.isFreeBSD ''WARN_CFLAGS=""'';
23
23
24
24
nativeBuildInputs = [ pkgconfig perl yacc ]
25
25
# Provides the mig command used by the build scripts