From cf8ca492af0704bece4dbdc125cea75532f8786a Mon Sep 17 00:00:00 2001 From: tkatchev Date: Fri, 20 Jan 2017 13:16:13 +0300 Subject: [PATCH] swig: fix problem similar to #16161. --- pkgs/development/tools/misc/swig/3.x.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/tools/misc/swig/3.x.nix b/pkgs/development/tools/misc/swig/3.x.nix index 2d5358b2255f..dfcfe7c9e897 100644 --- a/pkgs/development/tools/misc/swig/3.x.nix +++ b/pkgs/development/tools/misc/swig/3.x.nix @@ -14,6 +14,8 @@ stdenv.mkDerivation rec { nativeBuildInputs = [ autoconf automake libtool bison ]; buildInputs = [ pcre ]; + configureFlags = "--without-tcl"; + postPatch = '' # Disable ccache documentation as it need yodl sed -i '/man1/d' CCache/Makefile.in