[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
140/409: gnu: texlive-docstrip: Refresh package definition.
From: |
guix-commits |
Subject: |
140/409: gnu: texlive-docstrip: Refresh package definition. |
Date: |
Sat, 20 May 2023 04:02:36 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 1c0022f05216609b4c2d6d3226b71870b28b72d3
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 9448e226a6..c33b763229 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
- 79/409: gnu: texlive-latex-jknapltx -> texlive-jknapltx., (continued)
- 79/409: gnu: texlive-latex-jknapltx -> texlive-jknapltx., guix-commits, 2023/05/20
- 101/409: gnu: texlive-latex-preview -> texlive-preview., guix-commits, 2023/05/20
- 103/409: gnu: texlive-latex-media9 -> texlive-media9., guix-commits, 2023/05/20
- 105/409: gnu: texlive-latex-changepage -> texlive-changepage., guix-commits, 2023/05/20
- 115/409: gnu: texlive-latex-tabto-ltx -> texlive-tabto-ltx., guix-commits, 2023/05/20
- 116/409: gnu: Add texlive-regexpatch., guix-commits, 2023/05/20
- 119/409: gnu: texlive-generic-babel-norsk -> texlive-babel-norsk., guix-commits, 2023/05/20
- 129/409: gnu: Add texlive-gincltex., guix-commits, 2023/05/20
- 133/409: gnu: texlive-collectbox: Refresh package definition., guix-commits, 2023/05/20
- 135/409: gnu: texlive-storebox: Refresh package definition., guix-commits, 2023/05/20
- 140/409: gnu: texlive-docstrip: Refresh package definition.,
guix-commits <=
- 143/409: gnu: texlive-substr: Refresh package definition., guix-commits, 2023/05/20
- 149/409: gnu: texlive-comment: Refresh package definition., guix-commits, 2023/05/20
- 153/409: gnu: texlive-ragged2e: Refresh package definition., guix-commits, 2023/05/20
- 154/409: gnu: texlive-ltablex: Refresh package definition., guix-commits, 2023/05/20
- 164/409: gnu: texlive-mdframed: Refresh package definition., guix-commits, 2023/05/20
- 110/409: gnu: texlive-latex-xmpincl -> texlive-xmpincl., guix-commits, 2023/05/20
- 111/409: gnu: texlive-latex-ebproof -> texlive-ebproof., guix-commits, 2023/05/20
- 147/409: gnu: texlive-sourcesanspro: Refresh package definition., guix-commits, 2023/05/20
- 156/409: gnu: texlive-datetime2: Refresh package definition., guix-commits, 2023/05/20
- 66/409: gnu: Add texlive-atenddvi., guix-commits, 2023/05/20