diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2022-02-16 17:02:05 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2022-02-16 17:05:41 +0100 |
commit | dc27f18ed56f14c739857d1221a02ee515a506c2 (patch) | |
tree | 8b4bc5a8c1e2c63b69accb1bc099433d004013a4 | |
parent | 6481dbda5100e9b0ff9c5221280d2c0cadd663b7 (diff) |
gnu: texlive-latex-amsmath: Replace with texlive-amsmath.
* gnu/packages/tex.scm (texlive-latex-amsmath)[replace]: Replace with
texlive-amsmath.
-rw-r--r-- | gnu/packages/tex.scm | 2 |
1 files changed, 2 insertions, 0 deletions
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 @@ loading fonts by their proper names instead of file names.") (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") |