Merge pull request #188162 from dsyer/binaryen

binaryen: use patch from upstream to fix issue with nodejs
This commit is contained in:
Mario Rodas 2022-08-25 06:32:33 -05:00 committed by GitHub
commit cca5ad7539
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,6 +19,11 @@ stdenv.mkDerivation rec {
url = "https://github.com/WebAssembly/binaryen/commit/93b8849d9f98ef7ed812938ff0b3219819c2be77.patch";
sha256 = "sha256-Duan/B9A+occ5Lj2SbRX793xIfhzHbdYPI5PyTNCZoU=";
})
# https://github.com/WebAssembly/binaryen/pull/4913
(fetchpatch {
url = "https://github.com/WebAssembly/binaryen/commit/b70fe755aa4c90727edfd91dc0a9a51febf0239d.patch";
sha256 = "sha256-kjPLbdiMVQepSJ7J1gK6dRSMI/2SsH39k7W5AMOIrkM=";
})
];
nativeBuildInputs = [ cmake python3 ];