diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-04-20 10:17:21 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-04-20 11:13:06 +0200 |
commit | 0dd7f86868ffbb70c504a1f17c1c4c6582ea7056 (patch) | |
tree | aa0801c55b1ba6e18908b6d406a2a5cb87730786 | |
parent | 97a43db8b4416a1450aa61737edba9cf4126cf1c (diff) |
gnu: jucipp: Update clang version.
* gnu/packages/text-editors.scm (jucipp)[inputs]: Use clang-11.
-rw-r--r-- | gnu/packages/text-editors.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/text-editors.scm b/gnu/packages/text-editors.scm index 0d6e4ca58f..47b6e93f29 100644 --- a/gnu/packages/text-editors.scm +++ b/gnu/packages/text-editors.scm @@ -358,7 +358,7 @@ bindings and many of the powerful features of GNU Emacs.") ("ctags" ,universal-ctags) ("gtkmm" ,gtkmm) ("gtksourceviewmm" ,gtksourceviewmm) - ("libclang" ,clang-10) ;XXX: must be the same version as Mesas LLVM + ("libclang" ,clang-11) ;XXX: must be the same version as Mesas LLVM ("libgit2" ,libgit2))) (synopsis "Lightweight C++ IDE") (description |