diff options
| author | Andreas Enge <andreas@enge.fr> | 2025-08-19 21:35:28 +0200 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2025-08-19 21:37:10 +0200 |
| commit | 042272e22f4e998f3f9c37b751e716546b85974a (patch) | |
| tree | fb725aeada2f4548fac43a38ccbcd659402c0436 /gnu | |
| parent | face8656ea16aa79d72984a4adf72d455470b741 (diff) | |
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
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/text-editors.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/text-editors.scm b/gnu/packages/text-editors.scm index 01c00e00815..f285c9b3a27 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 |
