From 07e2febd30785e7c5d3136852a9c756b492627cd Mon Sep 17 00:00:00 2001 From: Andreas Enge Date: Wed, 12 Aug 2026 11:05:28 +0200 Subject: gnu: ccls: Refresh inputs. * gnu/packages/cpp.scm (ccls)[native-inputs]: Replace clang-13 and llvm-13 by clang-21 and llvm-21. --- gnu/packages/cpp.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu') diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm index 7167adb98ad..6c4d2870403 100644 --- a/gnu/packages/cpp.scm +++ b/gnu/packages/cpp.scm @@ -1865,7 +1865,7 @@ tools (containers, algorithms) used by other QuantStack packages.") (inputs (list rapidjson)) (native-inputs - (list clang-13 llvm-13)) + (list clang-21 llvm-21)) (home-page "https://github.com/MaskRay/ccls") (synopsis "C/C++/Objective-C language server") (description -- cgit v1.2.3