guix-commits
[Top][All Lists]
Advanced

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

305/418: gnu: texlive-calrsfs: Refresh package definition.


From: guix-commits
Subject: 305/418: gnu: texlive-calrsfs: Refresh package definition.
Date: Fri, 2 Jun 2023 17:25:39 -0400 (EDT)

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

commit 0f16fe7ca4086130709a06ebc0eea261ed344a83
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue May 16 17:30:44 2023 +0200

    gnu: texlive-calrsfs: Refresh package definition.
    
    * gnu/packages/tex.scm (texlive-calrsfs): Remove SIMPLE-TEXLIVE-PACKAGE
    call.
---
 gnu/packages/tex.scm | 20 ++++++++++++--------
 1 file changed, 12 insertions(+), 8 deletions(-)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index f68bf22c72..706a96dfd6 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -6069,15 +6069,19 @@ including files to the root of the tree).  The package 
supersedes FiNK.")
 
 (define-public texlive-calrsfs
   (package
-    (inherit
-     (simple-texlive-package
-      "texlive-calrsfs"
-      (list "doc/latex/calrsfs/" "tex/latex/calrsfs/")
-      (base32 "0aqa0k0zzzicx5nynd29i9pdb7a4j6fvf1xwrbm4qg64pl55i6xa")
-      #:trivial? #t))
-    (home-page "https://ctan.org/macros/latex/contrib/calrsfs";)
+    (name "texlive-calrsfs")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/calrsfs/" "tex/latex/calrsfs/")
+             (base32
+              "0aqa0k0zzzicx5nynd29i9pdb7a4j6fvf1xwrbm4qg64pl55i6xa")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/calrsfs";)
     (synopsis "Copperplate calligraphic letters in LaTeX")
-    (description "This package provides a math interface to the Rsfs fonts.")
+    (description "This package provides a maths interface to the @code{rsfs}
+fonts.")
     (license license:public-domain)))
 
 (define-public texlive-capt-of



reply via email to

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