From 3c9d05389c736cebebec65b3874d6cd96daad59f Mon Sep 17 00:00:00 2001 From: eburimu Date: Wed, 28 Nov 2018 13:01:38 +0300 Subject: [PATCH] swig: fix cross compilation --- pkgs/development/tools/misc/swig/3.x.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/tools/misc/swig/3.x.nix b/pkgs/development/tools/misc/swig/3.x.nix index 077d037aa97..7e527bebba1 100644 --- a/pkgs/development/tools/misc/swig/3.x.nix +++ b/pkgs/development/tools/misc/swig/3.x.nix @@ -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" ];