guix_mirror_bot pushed a commit to branch tex-team
in repository guix.
commit 87f10842bffba5f1084febac2550123835cc9b43
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Mon Mar 9 22:35:13 2026 +0100
gnu: texlive-yathesis: Fix build.
* gnu/packages/tex.scm (texlive-yathesis): Only generate runfiles, not
documentation.
Change-Id: I2cca3b4db5a0047cd30392a796f3ad9d11626270
---
gnu/packages/tex.scm | 57 +---------------------------------------------------
1 file changed, 1 insertion(+), 56 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index fd83356298..03a16f5ddd 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -44301,63 +44301,8 @@ provides three output modes: LaTeX, PostScript and
PDF.")
(base32
"0aa9875am0gxy7fxf3z9xdxva8x9anlx8k82c1hz95s3m119fccs"))))
(outputs '("out" "doc"))
- (properties '((updater-extra-native-inputs "texlive-local-tree")))
(build-system texlive-build-system)
- (arguments
- (list #:build-targets #~(list "yathesis.dtx")
- #:tex-format "lualatex"))
- (native-inputs
- (list (texlive-local-tree
- (list texlive-accsupp
- texlive-alphalph
- texlive-attachfile2
- texlive-babel-french
- texlive-biblatex
- texlive-booktabs
- texlive-caption
- texlive-cleveref
- texlive-comment
- texlive-csquotes
- texlive-datetime2
- texlive-denisbdoc
- texlive-enumitem
- texlive-environ
- texlive-fancyvrb
- texlive-fixfoot
- texlive-fontawesome
- texlive-fontspec
- texlive-footmisc
- texlive-glossaries
- texlive-glossaries-extra
- texlive-gofonts
- texlive-hologo
- texlive-hypdoc
- texlive-ifmtarg
- texlive-imakeidx
- texlive-libertine
- texlive-listings
- texlive-marginnote
- texlive-morewrites
- texlive-mparhack
- texlive-multirow
- texlive-newunicodechar
- texlive-path
- texlive-parskip
- texlive-pdfcol
- texlive-pdflscape
- texlive-pgf
- texlive-refcount
- texlive-siunitx
- texlive-tcolorbox
- texlive-textcase
- texlive-tikzfill
- texlive-tocbibind
- texlive-tocvsec2
- texlive-translator
- texlive-underscore
- texlive-xifthen
- texlive-xpatch
- texlive-zref))))
+ (arguments (list #:build-targets #~(list "yathesis.dtx")))
(home-page "https://ctan.org/pkg/yathesis")
(synopsis "LaTeX class for writing a thesis following French rules")
(description