about summary refs log tree commit diff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/cheddar/default.nix4
1 files changed, 0 insertions, 4 deletions
diff --git a/tools/cheddar/default.nix b/tools/cheddar/default.nix
index b7c5070b3d..c8d7ba5ffe 100644
--- a/tools/cheddar/default.nix
+++ b/tools/cheddar/default.nix
@@ -8,9 +8,5 @@ depot.third_party.naersk.buildPackage {
     # Use our custom bat syntax set, which is everything from upstream,
     # plus additional languages we care about.
     BAT_SYNTAXES = "${depot.third_party.bat_syntaxes}";
-
-    # LLVM packages (why are they even required?) are not found
-    # automatically if added to buildInputs, hence this ...
-    LIBCLANG_PATH = "${pkgs.llvmPackages.libclang}/lib/libclang.so.10";
   };
 }