We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c8437f commit 6599cedCopy full SHA for 6599ced
1 file changed
tools/nix/sharedLibDeps.nix
@@ -11,7 +11,6 @@
11
c-ares
12
gtest
13
libuv
14
- nbytes
15
nghttp3
16
ngtcp2
17
simdjson
@@ -22,6 +21,14 @@
22
21
;
23
hdr-histogram = pkgs.hdrhistogram_c;
24
http-parser = pkgs.llhttp;
+ 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
+ });
32
nghttp2 = pkgs.nghttp2.overrideAttrs {
33
patches = [
34
(pkgs.fetchpatch2 {
0 commit comments