Merge pull request #310104 from lheckemann/swig2-cross

swig2: fix cross-building
This commit is contained in:
Ben Siraphob
2024-06-16 08:49:01 +00:00
committed by GitHub
+2
View File
@@ -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 ];