guix-commits
[Top][All Lists]
Advanced

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

364/409: gnu: texlive-amscls: Remove SIMPLE-TEXLIVE-PACKAGE call.


From: guix-commits
Subject: 364/409: gnu: texlive-amscls: Remove SIMPLE-TEXLIVE-PACKAGE call.
Date: Sat, 20 May 2023 04:03:16 -0400 (EDT)

ngz pushed a commit to branch tex-team-next
in repository guix.

commit 0d9f70a5d8c2f45b9ea83ae176e2fdda19e5607c
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu May 18 13:42:32 2023 +0200

    gnu: texlive-amscls: Remove SIMPLE-TEXLIVE-PACKAGE call.
    
    * gnu/packages/tex.scm (texlive-amscls): Remove SIMPLE-TEXLIVE-PACKAGE
    call.
    [propagated-inputs]: Add TEXLIVE-AMSFONTS, TEXLIVE-AMSMATH, TEXLIVE-URL.
    [description]: Fix typos.
---
 gnu/packages/tex.scm | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 2a48744a48..8b56fa09ef 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -4843,6 +4843,10 @@ commands.  The commands may also be used in plain TeX.")
               "1chy1rqwici66p9brphb3gsprmcyhia9cvm5fn9wb5a9cchxqa08")))
     (outputs '("out" "doc"))
     (build-system texlive-build-system)
+    (propagated-inputs
+     (list texlive-amsfonts
+           texlive-amsmath
+           texlive-url))
     (home-page "https://www.ctan.org/pkg/amscls";)
     (synopsis "AMS document classes for LaTeX")
     (description



reply via email to

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