This is an automated email from the git hooks/post-receive script.
guix_mirror_bot pushed a commit to branch tex-team
in repository guix.
The following commit(s) were added to refs/heads/tex-team by this push:
new a73f883ecc gnu: texlive-langsci-avm: Fix build.
a73f883ecc is described below
commit a73f883eccb974aa519d955630ed163ee6633026
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Tue Mar 10 17:34:31 2026 +0100
gnu: texlive-langsci-avm: Fix build.
* gnu/packages/tex.scm (texlive-langsci-avm): Fix build.
Change-Id: I85309ee9504c7db0d08a813c3b38f7e5a48515ca
---
gnu/packages/tex.scm | 38 +++++++++++++++++++++++++++++++++-----
1 file changed, 33 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index e68a6e0fdf..4598051f78 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -25375,17 +25375,45 @@ list of references and indexes.")
(source (origin
(method svn-multi-fetch)
(uri (svn-multi-reference
- (url (texlive-packages-repository version))
- (revision 78236)
- (locations (list "doc/latex/langsci-avm/"
- "source/latex/langsci-avm/"
- "tex/latex/langsci-avm/"))))
+ (url (texlive-packages-repository version))
+ (revision 78236)
+ (locations (list "doc/latex/langsci-avm/"
+ "source/latex/langsci-avm/"
+ "tex/latex/langsci-avm/"))))
(file-name (git-file-name name version))
(sha256
(base32
"10figc9mwqzh2z7fybyrk50lsm9cdcq3bh3hjvammc7x337fjahc"))))
(outputs '("out" "doc"))
+ (properties '((updater-extra-native-inputs "texlive-local-tree")))
(build-system texlive-build-system)
+ (arguments
+ (list
+ #:tex-format "xelatex"
+ #:phases
+ #~(modify-phases %standard-phases
+ (add-after 'unpack 'skip-documentation-build
+ (lambda _
+ (substitute* "source/latex/langsci-avm/langsci-avm.dtx"
+ (("\\\\DocInput\\{\\\\jobname\\.dtx\\}") "")))))))
+ (native-inputs
+ (list (texlive-local-tree
+ (list texlive-alphalph
+ texlive-booktabs
+ texlive-csquotes
+ texlive-enumitem
+ texlive-fancyvrb
+ texlive-fontspec
+ texlive-forest
+ texlive-gb4e
+ texlive-hologo
+ texlive-hypdoc
+ texlive-realscripts
+ texlive-tools
+ texlive-underscore
+ texlive-unicode-math
+ texlive-xetex
+ texlive-xltxtra))))
(home-page "https://ctan.org/pkg/langsci-avm")
(synopsis "Feature structures and attribute-value matrices (AVM)")
(description