Merge pull request #22002 from ivan-tkatchev/pullrequest3

swig: fix problem similar to #16161.
This commit is contained in:
Michael Raskin 2017-01-20 12:06:02 +00:00 committed by GitHub
commit 6b124e29e8

View File

@ -14,6 +14,8 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ autoconf automake libtool bison ]; nativeBuildInputs = [ autoconf automake libtool bison ];
buildInputs = [ pcre ]; buildInputs = [ pcre ];
configureFlags = "--without-tcl";
postPatch = '' postPatch = ''
# Disable ccache documentation as it need yodl # Disable ccache documentation as it need yodl
sed -i '/man1/d' CCache/Makefile.in sed -i '/man1/d' CCache/Makefile.in