ngz pushed a commit to branch tex-team
in repository guix.
commit 633ceb134aa5c3b6873a1186509f01934da54c58
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Sat Jun 22 00:01:50 2024 +0200
gnu: texlive-dotseqn: Remove native input.
* gnu/packages/tex.scm (texlive-dotseqn)[native-inputs]: Remove
TEXLIVE-HYPODOC.
Change-Id: I4acdec4230937e59f1dd0876a6dc38fd35a2aa5e
---
gnu/packages/tex.scm | 1 -
1 file changed, 1 deletion(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 927cc19281..c79c86851d 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -99497,7 +99497,6 @@ intended for symbols in non English languages.")
"\\ifodd89\n") ;create "dotseqn.sty"
(("\\\\ifodd\\\\answer \\\\else \\\\OnlyDescription \\\\fi")
"\\OnlyDescription"))))))) ;no documentation.
- (native-inputs (list (texlive-updmap.cfg (list texlive-hypdoc))))
(home-page "https://ctan.org/pkg/dotseqn")
(synopsis "Flush left equations with dotted leaders to the numbers")
(description