mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: jthreads: Fix build.
* gnu/packages/cpp.scm (jthread): Bump texlive-listings version provided in TeX Live to 1.10c. Change-Id: I699bcc43b1a2dcbff8956d664b3dab496ca2e270
This commit is contained in:
parent
5a09308c7c
commit
6295ea857c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue