[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
140/418: gnu: texlive-docstrip: Refresh package definition.
From: |
guix-commits |
Subject: |
140/418: gnu: texlive-docstrip: Refresh package definition. |
Date: |
Mon, 29 May 2023 17:39:04 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 104ecaa129199d70f5e0eb244836217880f2a554
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun May 14 23:28:14 2023 +0200
gnu: texlive-docstrip: Refresh package definition.
* gnu/packages/tex.scm (texlive-docstrip): Remove SIMPLE-TEXLIVE-PACKAGE
call.
---
gnu/packages/tex.scm | 16 ++++++++++------
1 file changed, 10 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 4baf231578..04999cadb2 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -719,12 +719,16 @@ Alphalph's commands can be used as a replacement for
LaTeX's
(define texlive-docstrip
(package
- (inherit (simple-texlive-package
- "texlive-docstrip"
- (list "/tex/latex/base/docstrip.tex")
- (base32
- "1pxbqbia0727vg01xv8451szm55z2w8sb0vv3kf4iqx5ibb6m0d2")
- #:trivial? #t))
+ (name "texlive-docstrip")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "/tex/latex/base/docstrip.tex")
+ (base32
+ "1pxbqbia0727vg01xv8451szm55z2w8sb0vv3kf4iqx5ibb6m0d2")))
+ (build-system texlive-build-system)
+ (arguments
+ (list #:texlive-latex-base #f))
(home-page "https://www.ctan.org/texlive")
(synopsis "Utility to strip documentation from TeX files")
(description "This package provides the docstrip utility to strip
- 117/418: gnu: texlive-latex-koma-script -> texlive-koma-script., (continued)
- 117/418: gnu: texlive-latex-koma-script -> texlive-koma-script., guix-commits, 2023/05/29
- 121/418: gnu: texlive-fonts-iwona -> texlive-iwona., guix-commits, 2023/05/29
- 120/418: gnu: texlive-fonts-rsfs -> texlive-rsfs., guix-commits, 2023/05/29
- 123/418: gnu: texlive-tex-plain -> texlive-plain., guix-commits, 2023/05/29
- 124/418: gnu: texlive-metapost: Refresh package definition., guix-commits, 2023/05/29
- 126/418: gnu: texlive-bibtex: Refresh package definition., guix-commits, 2023/05/29
- 127/418: gnu: Add texlive-newverbs., guix-commits, 2023/05/29
- 129/418: gnu: Add texlive-gincltex., guix-commits, 2023/05/29
- 132/418: gnu: texlive-kastrup: Refresh package definition., guix-commits, 2023/05/29
- 135/418: gnu: texlive-storebox: Refresh package definition., guix-commits, 2023/05/29
- 140/418: gnu: texlive-docstrip: Refresh package definition.,
guix-commits <=
- 137/418: gnu: texlive-standalone: Refresh package definition., guix-commits, 2023/05/29
- 136/418: gnu: texlive-adjustbox: Refresh package definition., guix-commits, 2023/05/29
- 142/418: gnu: texlive-xetex: Refresh package definition., guix-commits, 2023/05/29
- 143/418: gnu: texlive-substr: Refresh package definition., guix-commits, 2023/05/29
- 144/418: gnu: texlive-xstring: Refresh package definition., guix-commits, 2023/05/29
- 145/418: gnu: texlive-sourcecodepro: Refresh package definition., guix-commits, 2023/05/29
- 151/418: gnu: texlive-everysel: Refresh package definition., guix-commits, 2023/05/29
- 155/418: gnu: texlive-tracklang: Refresh package definition., guix-commits, 2023/05/29
- 146/418: gnu: texlive-sourceserifpro: Refresh package definition., guix-commits, 2023/05/29
- 158/418: gnu: texlive-pgfgantt: Refresh package definition., guix-commits, 2023/05/29