diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2024-06-22 00:01:50 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2024-08-31 10:45:34 +0200 |
commit | 5b1d4ff6b999dc09a4771488229eca7613490395 (patch) | |
tree | 0bbfb8e9e8125912f6447c9528dd4823f41f02b7 /gnu/packages | |
parent | d1d0df578950db3cd6c9b3a1da301f40cf64bab4 (diff) | |
download | guix-5b1d4ff6b999dc09a4771488229eca7613490395.tar guix-5b1d4ff6b999dc09a4771488229eca7613490395.tar.gz |
gnu: texlive-dotseqn: Remove native input.
* gnu/packages/tex.scm (texlive-dotseqn)[native-inputs]: Remove
TEXLIVE-HYPODOC.
Change-Id: I4acdec4230937e59f1dd0876a6dc38fd35a2aa5e
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/tex.scm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index 7aada85712..380c5a8899 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -99498,7 +99498,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 |