mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -05:00
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 @@ (define-public jucipp
|
|||
("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
|
||||
|
|
Loading…
Reference in a new issue