[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
235/418: gnu: texlive-filemod: Refresh package definition.
From: |
guix-commits |
Subject: |
235/418: gnu: texlive-filemod: Refresh package definition. |
Date: |
Mon, 29 May 2023 17:39:20 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 7b5f74d804c5f6cd6abc416bb73d4d8d21e48750
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 861c3fb8bd..734ccc13b6 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -5410,14 +5410,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
- 180/418: gnu: Add texlive-listngsutf8., (continued)
- 180/418: gnu: Add texlive-listngsutf8., guix-commits, 2023/05/29
- 179/418: gnu: Add texlive-incgraph., guix-commits, 2023/05/29
- 182/418: gnu: texlive-ly1: Refresh package definition., guix-commits, 2023/05/29
- 178/418: gnu: texlive-eurosym: Refresh package definition., guix-commits, 2023/05/29
- 204/418: gnu: texlive-logreq: Refresh package definition., guix-commits, 2023/05/29
- 223/418: gnu: texlive-paralist: Fix build., guix-commits, 2023/05/29
- 228/418: gnu: texlive-psnfss: Refresh package definition., guix-commits, 2023/05/29
- 215/418: gnu: texlive-pdftex: Refresh package definition., guix-commits, 2023/05/29
- 217/418: gnu: texlive-wasy: Refresh package definition., guix-commits, 2023/05/29
- 225/418: gnu: Add texlive-xmltexconfig., guix-commits, 2023/05/29
- 235/418: gnu: texlive-filemod: Refresh package definition.,
guix-commits <=
- 236/418: gnu: texlive-firstaid: Refresh package definition., guix-commits, 2023/05/29
- 232/418: gnu: texlive-babel: Refresh package definition., guix-commits, 2023/05/29
- 238/418: gnu: texlive-refcount: Refresh package definition., guix-commits, 2023/05/29
- 243/418: gnu: texlive-fontspec: Refresh package definition., guix-commits, 2023/05/29
- 244/418: gnu: texlive-fancyhdr: Refresh package definition., guix-commits, 2023/05/29
- 247/418: gnu: texlive-listings: Refresh package definition., guix-commits, 2023/05/29
- 264/418: gnu: texlive-kvdefinekeys: Refresh package definition., guix-commits, 2023/05/29
- 271/418: gnu: texlive-marginnote: Refresh package definition., guix-commits, 2023/05/29
- 265/418: gnu: texlive-kvsetkeys: Refresh package definition., guix-commits, 2023/05/29
- 47/418: gnu: texlive-latex-seqsplit -> texlive-seqsplit., guix-commits, 2023/05/29