guix-commits
[Top][All Lists]
Advanced

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

235/458: gnu: texlive-filemod: Refresh package definition.


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

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

commit ff0ee43ab57107b914ed163754b088644d7185f9
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon May 15 22:45:10 2023 +0200

    gnu: texlive-filemod: Refresh package definition.
    
    * gnu/packages/tex.scm (texlive-filemod): 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 1ba076d1f2..c1a5b62b60 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -5402,14 +5402,18 @@ remain in sequence).")
 
 (define-public texlive-filemod
   (package
-    (inherit (simple-texlive-package
-              "texlive-filemod"
-              (list "/doc/latex/filemod/"
-                    "/tex/latex/filemod/"
-                    "/tex/generic/filemod/")
-              (base32
-               "1snsj7kblkj1ig3x3845lsypz7ab04lf0dcpdh946xakgjnz4fb5")
-              #:trivial? #t))
+    (name "texlive-filemod")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/filemod/" "tex/generic/filemod/"
+                   "tex/latex/filemod/")
+             (base32
+              "1snsj7kblkj1ig3x3845lsypz7ab04lf0dcpdh946xakgjnz4fb5")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (propagated-inputs
+     (list texlive-pdftexcmds))
     (home-page "https://www.ctan.org/pkg/filemod";)
     (synopsis "Provide file modification times, and compare them")
     (description



reply via email to

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