mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00: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 a new issue