diff options
Diffstat (limited to 'third_party/overlays/tvl.nix')
-rw-r--r-- | third_party/overlays/tvl.nix | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/third_party/overlays/tvl.nix b/third_party/overlays/tvl.nix index 876fcf3fa82f..0985bcb5a65c 100644 --- a/third_party/overlays/tvl.nix +++ b/third_party/overlays/tvl.nix @@ -134,16 +134,4 @@ depot.nix.readTree.drvTargets { license = licenses.asl20; }; }; - - # 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 - ]; - }); } |