gnu: jucipp: Build with Clang 10.
* gnu/packages/text-editors.scm (jucipp)[inputs]: Change from CLANG to CLANG-10.
This commit is contained in:
parent
4723766b93
commit
dd61cd85f1
1 changed files with 1 additions and 1 deletions
|
@ -256,7 +256,7 @@ bindings and many of the powerful features of GNU Emacs.")
|
|||
("ctags" ,universal-ctags)
|
||||
("gtkmm" ,gtkmm)
|
||||
("gtksourceviewmm" ,gtksourceviewmm)
|
||||
("libclang" ,clang)
|
||||
("libclang" ,clang-10) ;XXX: must be the same version as Mesas LLVM
|
||||
("libgit2" ,libgit2)))
|
||||
(synopsis "Lightweight C++ IDE")
|
||||
(description
|
||||
|
|
Reference in a new issue