mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
Merge pull request #22000 from ivan-tkatchev/pullrequest3
swig: fix problem similar to #16161.
This commit is contained in:
commit
bd918cdbef
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue