swig: fix cross compilation

This commit is contained in:
eburimu 2018-11-28 13:01:38 +03:00
parent dc8aca448d
commit 3c9d05389c

View File

@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
sha256 = "1wyffskbkzj5zyhjnnpip80xzsjcr3p0q5486z3wdwabnysnhn8n";
};
nativeBuildInputs = [ autoconf automake libtool bison ];
nativeBuildInputs = [ autoconf automake libtool bison pcre.dev ];
buildInputs = [ pcre ];
configureFlags = [ "--without-tcl" ];