Skip to content

Commit 6599ced

Browse files
committed
patch nbytes
1 parent 6c8437f commit 6599ced

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

tools/nix/sharedLibDeps.nix

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
c-ares
1212
gtest
1313
libuv
14-
nbytes
1514
nghttp3
1615
ngtcp2
1716
simdjson
@@ -22,6 +21,14 @@
2221
;
2322
hdr-histogram = pkgs.hdrhistogram_c;
2423
http-parser = pkgs.llhttp;
24+
nbytes = pkgs.nbytes.overrideAttrs (old: {
25+
patches = old.patches ++ [
26+
(pkgs.fetchpatch2 {
27+
url = "https://github.com/nodejs/nbytes/pull/10.diff";
28+
hash = "sha256-dq/nsKjjxXNm/kaypzcRiXmHvyq2fhr6D5cD4mKQtnM=";
29+
})
30+
];
31+
});
2532
nghttp2 = pkgs.nghttp2.overrideAttrs {
2633
patches = [
2734
(pkgs.fetchpatch2 {

0 commit comments

Comments
 (0)