guix-commits
[Top][All Lists]
Advanced

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

194/435: gnu: texlive-fp: Refresh package definition.


From: guix-commits
Subject: 194/435: gnu: texlive-fp: Refresh package definition.
Date: Tue, 6 Jun 2023 11:39:42 -0400 (EDT)

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

commit a67d59f5511cad4b97244e52d8bec97a96497975
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon May 15 19:14:06 2023 +0200

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 123a1b6c67..0e97512614 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -11058,13 +11058,17 @@ LaTeX macro support is provided in package 
@code{psnfss}.")
 
 (define-public texlive-fp
   (package
-    (inherit
-     (simple-texlive-package
-      "texlive-fp"
-      (list "doc/latex/fp/" "tex/latex/fp/" "tex/plain/fp/")
-      (base32 "1q555fx71cf88sn3npzb0j2i10ak920k0qc9ccdygz99vqg10dad")
-      #:trivial? #t))
-    (home-page "https://ctan.org/macros/latex/contrib/fp";)
+    (name "texlive-fp")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/fp/" "tex/latex/fp/"
+                   "tex/plain/fp/")
+             (base32
+              "1q555fx71cf88sn3npzb0j2i10ak920k0qc9ccdygz99vqg10dad")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/fp";)
     (synopsis "Fixed point arithmetic")
     (description
      "This package provides an extensive collection of arithmetic operations



reply via email to

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