diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2025-04-30 16:19:35 +0200 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2025-05-05 13:51:42 +0200 |
commit | 7d5a5772ff0eac946d546b80262bc89ac8b17365 (patch) | |
tree | b4403180234cfd8ac4212293895411c8cbd3b2f1 | |
parent | aa1333c53a0cf87db6da97676b0aa226283d9227 (diff) |
gnu: jthreads: Fix build.
* gnu/packages/cpp.scm (jthread): Bump texlive-listings version provided in
TeX Live to 1.10c.
Change-Id: I699bcc43b1a2dcbff8956d664b3dab496ca2e270
-rw-r--r-- | gnu/packages/cpp.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm index ebc7e852a2..004fb8ecad 100644 --- a/gnu/packages/cpp.scm +++ b/gnu/packages/cpp.scm @@ -1279,7 +1279,7 @@ intuitive syntax and trivial integration.") ;; NOTE: remove strict versioning. (substitute* "styles.tex" (("lst@CheckVersion\\{1.6\\}") - "lst@CheckVersion{1.10}")) + "lst@CheckVersion{1.10c}")) (invoke "pdflatex" "std") (invoke "pdflatex" "std")))) ;Rerun to update references. (replace 'install |