gnu: texlive-latex-amsmath: Replace with texlive-amsmath.

* gnu/packages/tex.scm (texlive-latex-amsmath)[replace]: Replace with
texlive-amsmath.
This commit is contained in:
Ricardo Wurmus 2022-02-16 17:02:05 +01:00
parent 6481dbda51
commit dc27f18ed5
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -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")