guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/04: gnu: texlive-latex-amsmath: Replace with texlive-amsmath.


From: guix-commits
Subject: 01/04: gnu: texlive-latex-amsmath: Replace with texlive-amsmath.
Date: Wed, 16 Feb 2022 11:08:42 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit dc27f18ed56f14c739857d1221a02ee515a506c2
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Feb 16 17:02:05 2022 +0100

    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(+)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]