gnu: jucipp: Update clang version.
authorTobias Geerinckx-Rice <me@tobias.gr>
Tue, 20 Apr 2021 08:17:21 +0000 (10:17 +0200)
committerTobias Geerinckx-Rice <me@tobias.gr>
Tue, 20 Apr 2021 09:13:06 +0000 (11:13 +0200)
* gnu/packages/text-editors.scm (jucipp)[inputs]: Use clang-11.

gnu/packages/text-editors.scm

index 0d6e4ca..47b6e93 100644 (file)
@@ -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