mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 04:29:25 -05:00
gnu: jucipp: Update clang version.
* gnu/packages/text-editors.scm (jucipp)[inputs]: Use clang-11.
This commit is contained in:
parent
97a43db8b4
commit
0dd7f86868
1 changed files with 1 additions and 1 deletions
|
@ -358,7 +358,7 @@ (define-public jucipp
|
|||
("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
|
||||
|
|
Loading…
Reference in a new issue