Merge pull request #3328 from wavewave/krb5fix

krb5: explicitly giving --with-tcl=no option for configure to remove imp...
This commit is contained in:
Michael Raskin
2014-08-23 12:28:23 +04:00

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;