swig: fix problem similar to #16161.

This commit is contained in:
tkatchev 2017-01-20 13:16:13 +03:00
parent 7f2769ff62
commit cf8ca492af

View File

@ -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