mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 04:43:09 +03:00
Merge pull request #3328 from wavewave/krb5fix
krb5: explicitly giving --with-tcl=no option for configure to remove imp...
This commit is contained in:
commit
15ec9bdeba
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user