mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
swig: fix problem similar to #16161.
This commit is contained in:
parent
7f2769ff62
commit
067a9ee73e
@ -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
|
||||
|
@ -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 New Issue
Block a user