guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/06: gnu: jucipp: Build with Clang 10.


From: guix-commits
Subject: 03/06: gnu: jucipp: Build with Clang 10.
Date: Sat, 13 Jun 2020 17:30:34 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit dd61cd85f1f675d7f7503e7412f3021af6d2cb57
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Fri Jun 12 00:00:03 2020 +0200

    gnu: jucipp: Build with Clang 10.
    
    * gnu/packages/text-editors.scm (jucipp)[inputs]: Change from CLANG to 
CLANG-10.
---
 gnu/packages/text-editors.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/text-editors.scm b/gnu/packages/text-editors.scm
index 2edc982..924dc68 100644
--- a/gnu/packages/text-editors.scm
+++ b/gnu/packages/text-editors.scm
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]