tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
binaryen: add patch from upstream for newer nodejs
Dave Syer
3 years ago
d2ffb555
5f4f29e3
+5
1 changed file
expand all
collapse all
unified
split
pkgs
development
compilers
binaryen
default.nix
+5
pkgs/development/compilers/binaryen/default.nix
···
19
19
url = "https://github.com/WebAssembly/binaryen/commit/93b8849d9f98ef7ed812938ff0b3219819c2be77.patch";
20
20
sha256 = "sha256-Duan/B9A+occ5Lj2SbRX793xIfhzHbdYPI5PyTNCZoU=";
21
21
})
22
22
+
# https://github.com/WebAssembly/binaryen/pull/4913
23
23
+
(fetchpatch {
24
24
+
url = "https://github.com/WebAssembly/binaryen/commit/b70fe755aa4c90727edfd91dc0a9a51febf0239d.patch";
25
25
+
sha256 = "sha256-kjPLbdiMVQepSJ7J1gK6dRSMI/2SsH39k7W5AMOIrkM=";
26
26
+
})
22
27
];
23
28
24
29
nativeBuildInputs = [ cmake python3 ];