mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 22:50:23 -05:00
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:
parent
6481dbda51
commit
dc27f18ed5
1 changed files with 2 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue