From 3fe455cd4ada32990f67af640becd4cf8ae6117c Mon Sep 17 00:00:00 2001 From: edef Date: Sun, 12 Nov 2023 14:32:38 +0000 Subject: chore(3p/nixpkgs/clickhouse): 23.3.13.6 -> 23.10.3.5 Change-Id: I3e4c43690fcaf50965152bf40e1ca2b027010fcf Reviewed-on: https://cl.tvl.fyi/c/depot/+/9997 Reviewed-by: flokli Tested-by: BuildkiteCI --- third_party/overlays/tvl.nix | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'third_party/overlays/tvl.nix') diff --git a/third_party/overlays/tvl.nix b/third_party/overlays/tvl.nix index 600161b66143..fb2a89e7fd42 100644 --- a/third_party/overlays/tvl.nix +++ b/third_party/overlays/tvl.nix @@ -148,7 +148,12 @@ depot.nix.readTree.drvTargets { }; }; - clickhouse = super.clickhouse.overrideAttrs (old: { + # we're vendoring this for now, since the version upgrade has a lot of changes + # we can't merge it upstream yet because the Darwin build is broken + # https://github.com/NixOS/nixpkgs/pull/267033 + clickhouse = (super.callPackage ./clickhouse { + llvmPackages = super.llvmPackages_16; + }).overrideAttrs (old: { patches = old.patches or [ ] ++ [ # https://github.com/ClickHouse/ClickHouse/pull/56118 ./patches/clickhouse-support-reading-arrow-LargeListArray.patch -- cgit 1.4.1