swig: fix cross-compilation

This commit is contained in:
Alexandre Iooss
2024-11-03 10:11:27 +01:00
parent d0c30789b9
commit fb8fdae775
+2 -1
View File
@@ -20,12 +20,13 @@ stdenv.mkDerivation (finalAttrs: {
hash = "sha256-VlUsiRZLScmbC7hZDzKqUr9481YXVwo0eXT/jy6Fda8=";
};
PCRE_CONFIG = "${pcre2.dev}/bin/pcre-config";
strictDeps = true;
nativeBuildInputs = [
autoconf
automake
libtool
bison
pcre2
];
buildInputs = [ pcre2 ];