krb5: explicitly giving --with-tcl=no option for configure to remove impurity
This commit is contained in:
parent
bc8fe732d0
commit
7dfd21e982
@ -23,6 +23,8 @@ stdenv.mkDerivation (rec {
|
|||||||
cd ${name}/src
|
cd ${name}/src
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
configureFlags = "--with-tcl=no";
|
||||||
|
|
||||||
#doCheck = true; # report: No suitable file for testing purposes
|
#doCheck = true; # report: No suitable file for testing purposes
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user