[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
140/416: gnu: texlive-docstrip: Refresh package definition.
From: |
guix-commits |
Subject: |
140/416: gnu: texlive-docstrip: Refresh package definition. |
Date: |
Sun, 28 May 2023 02:32:34 -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
- 76/416: gnu: texlive-latex-fancybox -> texlive-fancybox., (continued)
- 76/416: gnu: texlive-latex-fancybox -> texlive-fancybox., guix-commits, 2023/05/28
- 72/416: gnu: texlive-latex-bookmark -> texlive-bookmark., guix-commits, 2023/05/28
- 79/416: gnu: texlive-latex-jknapltx -> texlive-jknapltx., guix-commits, 2023/05/28
- 95/416: gnu: Add texlive-luatexbase., guix-commits, 2023/05/28
- 92/416: gnu: texlive-ifmtarg: Fix build., guix-commits, 2023/05/28
- 124/416: gnu: texlive-metapost: Refresh package definition., guix-commits, 2023/05/28
- 98/416: gnu: texlive-latex-acmart -> texlive-acmart., guix-commits, 2023/05/28
- 113/416: gnu: texlive-latex-textpos -> texlive-textpos., guix-commits, 2023/05/28
- 144/416: gnu: texlive-xstring: Refresh package definition., guix-commits, 2023/05/28
- 127/416: gnu: Add texlive-newverbs., guix-commits, 2023/05/28
- 140/416: gnu: texlive-docstrip: Refresh package definition.,
guix-commits <=
- 143/416: gnu: texlive-substr: Refresh package definition., guix-commits, 2023/05/28
- 149/416: gnu: texlive-comment: Refresh package definition., guix-commits, 2023/05/28
- 148/416: gnu: texlive-physics: Refresh package definition., guix-commits, 2023/05/28
- 152/416: gnu: texlive-relsize: Refresh package definition., guix-commits, 2023/05/28
- 155/416: gnu: texlive-tracklang: Refresh package definition., guix-commits, 2023/05/28
- 164/416: gnu: texlive-mdframed: Refresh package definition., guix-commits, 2023/05/28
- 168/416: gnu: texlive-was: Refresh package definition., guix-commits, 2023/05/28
- 173/416: gnu: texlive-inriafonts: Refresh package definition., guix-commits, 2023/05/28
- 176/416: gnu: texlive-xifthen: Refresh package definition., guix-commits, 2023/05/28
- 183/416: gnu: texlive-xcharter: Refresh package definition., guix-commits, 2023/05/28