guix-commits
[Top][All Lists]
Advanced

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

193/452: gnu: texlive-fpl: Refresh package definition.


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

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

commit cc0ab7550477c8257cd29e113a00074ab1c429d9
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon May 15 19:13:04 2023 +0200

    gnu: texlive-fpl: Refresh package definition.
    
    * gnu/packages/tex.scm (texlive-fpl): Remove SIMPLE-TEXLIVE-PACKAGE
    call.
---
 gnu/packages/tex.scm | 21 +++++++++++----------
 1 file changed, 11 insertions(+), 10 deletions(-)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 9f89b8f465..1b8c300859 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -11065,16 +11065,17 @@ for fixed point real numbers of high precision.")
 
 (define-public texlive-fpl
   (package
-    (inherit (simple-texlive-package
-              "texlive-fpl"
-              (list "/doc/fonts/fpl/"
-                    "/source/fonts/fpl/"
-                    "/fonts/afm/public/fpl/"
-                    "/fonts/type1/public/fpl/")
-              (base32
-               "02gkl516z9kn8xqs269pdkqn37sxm8ib0pcs43s4rs2rhyyl5z68")
-              #:trivial? #t))
-    (home-page "https://www.ctan.org/pkg/fpl";)
+    (name "texlive-fpl")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/fonts/fpl/" "fonts/afm/public/fpl/"
+                   "fonts/type1/public/fpl/" "source/fonts/fpl/")
+             (base32
+              "02gkl516z9kn8xqs269pdkqn37sxm8ib0pcs43s4rs2rhyyl5z68")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/fpl";)
     (synopsis "SC and OsF fonts for URW Palladio L")
     (description "The FPL Fonts provide a set of SC/OsF fonts for URW
 Palladio L which are compatible with the Palatino SC/OsF fonts from



reply via email to

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