guix-commits
[Top][All Lists]
Advanced

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

337/452: gnu: texlive-lm: Refresh package definition.


From: guix-commits
Subject: 337/452: gnu: texlive-lm: Refresh package definition.
Date: Fri, 9 Jun 2023 13:43:57 -0400 (EDT)

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

commit cad514a449bc4de7dc73aed358c4369c9032042e
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed May 17 00:10:47 2023 +0200

    gnu: texlive-lm: Refresh package definition.
    
    * gnu/packages/tex.scm (texlive-lm): Remove SIMPLE-TEXLIVE-PACKAGE
    call.
    [home-page]: Update URL.
---
 gnu/packages/tex.scm | 33 ++++++++++++++++++---------------
 1 file changed, 18 insertions(+), 15 deletions(-)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 5ac51d944d..419ca05979 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -1398,21 +1398,24 @@ in LuaTeX.  It is required by the @code{luatexbase} 
package which uses
 
 (define-public texlive-lm
   (package
-    (inherit (simple-texlive-package
-              "texlive-lm"
-              (list "/doc/fonts/lm/"
-                    "/fonts/afm/public/lm/"
-                    "/fonts/enc/dvips/lm/"
-                    "/fonts/map/dvipdfm/lm/"
-                    "/fonts/map/dvips/lm/"
-                    "/fonts/opentype/public/lm/"
-                    "/fonts/tfm/public/lm/"
-                    "/fonts/type1/public/lm/"
-                    "/tex/latex/lm/")
-              (base32
-               "0yyk0dr4yms82mwy4dc03zf5igyhgcb65icdah042rk23rlpxygv")
-              #:trivial? #t))
-    (home-page "https://www.gust.org.pl/projects/e-foundry/latin-modern/";)
+    (name "texlive-lm")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/fonts/lm/"
+                   "fonts/afm/public/lm/"
+                   "fonts/enc/dvips/lm/"
+                   "fonts/map/dvipdfm/lm/"
+                   "fonts/map/dvips/lm/"
+                   "fonts/opentype/public/lm/"
+                   "fonts/tfm/public/lm/"
+                   "fonts/type1/public/lm/"
+                   "tex/latex/lm/")
+             (base32
+              "0yyk0dr4yms82mwy4dc03zf5igyhgcb65icdah042rk23rlpxygv")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/lm";)
     (synopsis "Latin Modern family of fonts")
     (description "The Latin Modern fonts are derived from the famous Computer
 Modern fonts designed by Donald E. Knuth and described in Volume E of his



reply via email to

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