diff options
| author | Andreas Enge <andreas@enge.fr> | 2026-08-12 11:05:28 +0200 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-08-18 19:01:36 +0200 |
| commit | 07e2febd30785e7c5d3136852a9c756b492627cd (patch) | |
| tree | 935c1b042effe412fc0552a5167c03c98fa2f239 /gnu/packages/cpp.scm | |
| parent | 37b4787c3a81f2dcfe1fe162512e6047d0c6cac2 (diff) | |
gnu: ccls: Refresh inputs.
* gnu/packages/cpp.scm (ccls)[native-inputs]: Replace clang-13 and llvm-13
by clang-21 and llvm-21.
Diffstat (limited to 'gnu/packages/cpp.scm')
| -rw-r--r-- | gnu/packages/cpp.scm | 2 |
1 files changed, 1 insertions, 1 deletions
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.") | |||
| 1865 | (inputs | 1865 | (inputs |
| 1866 | (list rapidjson)) | 1866 | (list rapidjson)) |
| 1867 | (native-inputs | 1867 | (native-inputs |
| 1868 | (list clang-13 llvm-13)) | 1868 | (list clang-21 llvm-21)) |
| 1869 | (home-page "https://github.com/MaskRay/ccls") | 1869 | (home-page "https://github.com/MaskRay/ccls") |
| 1870 | (synopsis "C/C++/Objective-C language server") | 1870 | (synopsis "C/C++/Objective-C language server") |
| 1871 | (description | 1871 | (description |
