Unverified Commit 067a64af authored by Ben Siraphob's avatar Ben Siraphob Committed by GitHub
Browse files

Merge pull request #310104 from lheckemann/swig2-cross

swig2: fix cross-building
parents ee82ceab bb75cbc2
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -11,6 +11,8 @@ stdenv.mkDerivation rec {
    sha256 = "0khm9gh5pczfcihr0pbicaicc4v9kjm5ip2alvkhmbb3ga6njkcm";
  };

  # pcre-config isn't on PATH when cross-building
  PCRE_CONFIG = "${pcre.dev}/bin/pcre-config";
  nativeBuildInputs = [ autoconf automake libtool bison ];
  buildInputs = [ pcre ];