about summary refs log tree commit diff
path: root/third_party/overlays/tvl.nix
diff options
context:
space:
mode:
authorsterni <sternenseemann@systemli.org>2024-01-16T15·42+0100
committerclbot <clbot@tvl.fyi>2024-01-16T16·11+0000
commit28ebd0d5c874dfbdc4db2ab2ca8c2c2747ff4973 (patch)
tree2dad9f04418a2f78d092c8d518ce994ec1764f65 /third_party/overlays/tvl.nix
parent0cca72f2f1935f2e88ce328a88e73a0b75afa7e0 (diff)
chore(3p/overlays): unvendor clickhouse r/7392
Change-Id: I1b8f2f7bc42ce436ece888daa5fc0ae69a454f41
Reviewed-on: https://cl.tvl.fyi/c/depot/+/10643
Autosubmit: sterni <sternenseemann@systemli.org>
Tested-by: BuildkiteCI
Reviewed-by: flokli <flokli@flokli.de>
Diffstat (limited to 'third_party/overlays/tvl.nix')
-rw-r--r--third_party/overlays/tvl.nix12
1 files changed, 0 insertions, 12 deletions
diff --git a/third_party/overlays/tvl.nix b/third_party/overlays/tvl.nix
index 876fcf3fa8..0985bcb5a6 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
-    ];
-  });
 }