guix-commits
[Top][All Lists]
Advanced

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

176/458: gnu: texlive-xifthen: Refresh package definition.


From: guix-commits
Subject: 176/458: gnu: texlive-xifthen: Refresh package definition.
Date: Wed, 14 Jun 2023 05:22:27 -0400 (EDT)

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

commit 59c3fc70eef3b0ec57ab734d3ec4a69cf9b126a4
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon May 15 13:22:25 2023 +0200

    gnu: texlive-xifthen: Refresh package definition.
    
    * gnu/packages/tex.scm (texlive-xifthen): Remove SIMPLE-TEXLIVE-PACKAGE
    call.
    [propagated-inputs]: Add TEXLIVE-IFMTARG, TEXLIVE-TOOLS.
---
 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 065c51c9ad..9c855b1b84 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -11869,14 +11869,18 @@ by the following fonts:
 
 (define-public texlive-xifthen
   (package
-    (inherit (simple-texlive-package
-              "texlive-xifthen"
-              (list "doc/latex/xifthen/"
-                    "tex/latex/xifthen/")
-              (base32
-               "0b33mlmnxsj5mi06v2w2zgamk51mgv1lxdr1cax8nkpn9g7n9axw")
-              #:trivial? #t))
+    (name "texlive-xifthen")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/xifthen/" "tex/latex/xifthen/")
+             (base32
+              "0b33mlmnxsj5mi06v2w2zgamk51mgv1lxdr1cax8nkpn9g7n9axw")))
+    (outputs '("out" "doc"))
     (build-system texlive-build-system)
+    (propagated-inputs
+     (list texlive-ifmtarg
+           texlive-tools))
     (home-page "https://ctan.org/pkg/xifthen";)
     (synopsis "Extended conditional commands")
     (description



reply via email to

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