Skip to content

Commit ba15e83

Browse files
committed
fixup! deps: use shared V8 zlib
1 parent 6f94000 commit ba15e83

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

tools/nix/sharedLibDeps.nix

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
simdutf
1414
sqlite
1515
uvwasi
16+
zlib
1617
zstd
1718
;
1819
http-parser = pkgs.llhttp;
@@ -43,11 +44,4 @@
4344
"dev"
4445
];
4546
});
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-
});
5347
}

0 commit comments

Comments
 (0)