[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
140/458: gnu: texlive-docstrip: Refresh package definition.
From: |
guix-commits |
Subject: |
140/458: gnu: texlive-docstrip: Refresh package definition. |
Date: |
Wed, 14 Jun 2023 05:22:21 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit c56e0550bea893a8192c4790b18b2ae25e8d1668
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 ae7ed35cab..e35b0cc2fe 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
- 103/458: gnu: texlive-latex-media9 -> texlive-media9., (continued)
- 103/458: gnu: texlive-latex-media9 -> texlive-media9., guix-commits, 2023/06/14
- 110/458: gnu: texlive-latex-xmpincl -> texlive-xmpincl., guix-commits, 2023/06/14
- 115/458: gnu: texlive-latex-tabto-ltx -> texlive-tabto-ltx., guix-commits, 2023/06/14
- 117/458: gnu: texlive-latex-koma-script -> texlive-koma-script., guix-commits, 2023/06/14
- 118/458: gnu: texlive-generic-babel-german -> texlive-babel-german., guix-commits, 2023/06/14
- 130/458: gnu: texlive-ydoc: Refresh package definition., guix-commits, 2023/06/14
- 131/458: gnu: texlive-fontaxes: Refresh package definition., guix-commits, 2023/06/14
- 133/458: gnu: texlive-collectbox: Refresh package definition., guix-commits, 2023/06/14
- 134/458: gnu: texlive-ifoddpage: Refresh package definition., guix-commits, 2023/06/14
- 135/458: gnu: texlive-storebox: Refresh package definition., guix-commits, 2023/06/14
- 140/458: gnu: texlive-docstrip: Refresh package definition.,
guix-commits <=
- 142/458: gnu: texlive-xetex: Refresh package definition., guix-commits, 2023/06/14
- 149/458: gnu: texlive-comment: Refresh package definition., guix-commits, 2023/06/14
- 168/458: gnu: texlive-was: Refresh package definition., guix-commits, 2023/06/14
- 184/458: gnu: Add texlive-etextools., guix-commits, 2023/06/14
- 186/458: gnu: texlive-cabin: Refresh package definition., guix-commits, 2023/06/14
- 187/458: gnu: texlive-mweights: Refresh package definition., guix-commits, 2023/06/14
- 188/458: gnu: texlive-utopia: Refresh package definition., guix-commits, 2023/06/14
- 201/458: gnu: texlive-todonotes: Refresh package definition., guix-commits, 2023/06/14
- 210/458: gnu: texlive-charter: Refresh package definition., guix-commits, 2023/06/14
- 216/458: gnu: texlive-wrapfig: Refresh package definition., guix-commits, 2023/06/14