me
/
guix
Archived
1
0
Fork 0

gnu: jucipp: Update clang version.

* gnu/packages/text-editors.scm (jucipp)[inputs]: Use clang-11.
master
Tobias Geerinckx-Rice 2021-04-20 10:17:21 +02:00
parent 97a43db8b4
commit 0dd7f86868
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 1 additions and 1 deletions

View 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