From dc27f18ed56f14c739857d1221a02ee515a506c2 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Wed, 16 Feb 2022 17:02:05 +0100 Subject: gnu: texlive-latex-amsmath: Replace with texlive-amsmath. * gnu/packages/tex.scm (texlive-latex-amsmath)[replace]: Replace with texlive-amsmath. --- gnu/packages/tex.scm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gnu/packages/tex.scm') diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index 5d5e5e7fc4..7413403d70 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -3900,6 +3900,8 @@ (define-public texlive-latex-amsmath (sha256 (base32 "172zybw7rp05jca8wl6x0mh6z6gncdyi1j9wdfyjnhbvqw0z4wi4")))) + ;; This package misses important files + (replacement texlive-amsmath) (build-system texlive-build-system) (arguments '(#:tex-directory "latex/amsmath")) (home-page "https://www.ctan.org/pkg/amsmath") -- cgit v1.2.3