guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 042272e22f4e998f3f9c37b751e716546b85974a
Author: Andreas Enge <[email protected]>
AuthorDate: Tue Aug 19 21:35:28 2025 +0200

    gnu: jucipp: Use clang-18.
    
    The package fails its tests, but now it can be compiled; and a comment says
    one is supposed to use the same clang version as for building mesa.
    
    * gnu/packages/text-editors.scm (jucipp)[inputs]: Replace clang-11 by
    clang-18.
    
    Change-Id: I2680d12415f89b4ac76a284b97769c350f3bea5b
---
 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 01c00e0081..f285c9b3a2 100644
--- a/gnu/packages/text-editors.scm
+++ b/gnu/packages/text-editors.scm
@@ -838,7 +838,7 @@ jmacs, joe, jpico, jstar, and rjoe.")
      (list aspell
            bash-minimal
            boost
-           clang-11               ;XXX: must be the same version as Mesas LLVM
+           clang-18               ;XXX: must be the same version as Mesas LLVM
            gtkmm-3
            gtksourceviewmm
            nlohmann-json

Reply via email to