krb5: explicitly giving --with-tcl=no option for configure to remove impurity

This commit is contained in:
Ian-Woo Kim 2014-07-20 22:58:46 +02:00
parent bc8fe732d0
commit 7dfd21e982

View File

@ -23,6 +23,8 @@ stdenv.mkDerivation (rec {
cd ${name}/src
'';
configureFlags = "--with-tcl=no";
#doCheck = true; # report: No suitable file for testing purposes
enableParallelBuilding = true;