Skip to content

Commit

Permalink
binaryen: backport from upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
willcohen committed Jan 5, 2023
1 parent 94f852b commit aefe080
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions pkgs/development/compilers/binaryen/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,16 @@ stdenv.mkDerivation rec {
url = "https://github.com/WebAssembly/binaryen/commit/b70fe755aa4c90727edfd91dc0a9a51febf0239d.patch";
sha256 = "sha256-kjPLbdiMVQepSJ7J1gK6dRSMI/2SsH39k7W5AMOIrkM=";
})
# https://github.com/WebAssembly/binaryen/pull/5378
(fetchpatch {
url = "https://github.com/WebAssembly/binaryen/commit/a96fe1a8422140072db7ad7db421378b87898a0d.patch";
sha256 = "sha256-Wred1IoRxcQBi0nLBWpiUSgt2ApGoGsq9GkoO3mSS6o=";
})
# https://github.com/WebAssembly/binaryen/pull/5391
(fetchpatch {
url = "https://github.com/WebAssembly/binaryen/commit/f92350d2949934c0e0ce4a27ec8b799ac2a85e45.patch";
sha256 = "sha256-fBwdGSIPjF2WKNnD8I0/2hnQvqevdk3NS9fAxutkZG0=";
})
];

nativeBuildInputs = [ cmake python3 ];
Expand Down

0 comments on commit aefe080

Please sign in to comment.