We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f94000 commit ba15e83Copy full SHA for ba15e83
tools/nix/sharedLibDeps.nix
@@ -13,6 +13,7 @@
13
simdutf
14
sqlite
15
uvwasi
16
+ zlib
17
zstd
18
;
19
http-parser = pkgs.llhttp;
@@ -43,11 +44,4 @@
43
44
"dev"
45
];
46
});
- zlib = pkgs.zlib.overrideAttrs (old: {
47
- src = pkgs.fetchgit {
48
- url = "https://chromium.googlesource.com/chromium/src/third_party/zlib.git";
49
- rev = "85f05b0835f934e52772efc308baa80cdd491838";
50
- hash = "sha256-d01Vdo+kZ43AhES5MYGFae67fH6L6ATh3xQadMu7Hw0=";
51
- };
52
- });
53
}
0 commit comments