summaryrefslogtreecommitdiff
path: root/gnu/packages/text-editors.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2021-04-20 10:17:21 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2021-04-20 11:13:06 +0200
commit0dd7f86868ffbb70c504a1f17c1c4c6582ea7056 (patch)
treeaa0801c55b1ba6e18908b6d406a2a5cb87730786 /gnu/packages/text-editors.scm
parent97a43db8b4416a1450aa61737edba9cf4126cf1c (diff)
downloadguix-patches-0dd7f86868ffbb70c504a1f17c1c4c6582ea7056.tar
guix-patches-0dd7f86868ffbb70c504a1f17c1c4c6582ea7056.tar.gz
gnu: jucipp: Update clang version.
* gnu/packages/text-editors.scm (jucipp)[inputs]: Use clang-11.
Diffstat (limited to 'gnu/packages/text-editors.scm')
-rw-r--r--gnu/packages/text-editors.scm2
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