[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
146/421: gnu: texlive-docstrip: Refresh package definition.
From: |
guix-commits |
Subject: |
146/421: gnu: texlive-docstrip: Refresh package definition. |
Date: |
Sun, 28 May 2023 01:29:49 -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
- 97/421: gnu: texlive-booktabs: Fix build., (continued)
- 97/421: gnu: texlive-booktabs: Fix build., guix-commits, 2023/05/28
- 99/421: gnu: texlive-preprint: Fix build., guix-commits, 2023/05/28
- 103/421: gnu: Add texlive-hyperxmp., guix-commits, 2023/05/28
- 105/421: gnu: texlive-latex-varwidth -> texlive-varwidth., guix-commits, 2023/05/28
- 121/421: gnu: texlive-latex-tabto-ltx -> texlive-tabto-ltx., guix-commits, 2023/05/28
- 125/421: gnu: texlive-generic-babel-norsk -> texlive-babel-norsk., guix-commits, 2023/05/28
- 127/421: gnu: texlive-fonts-iwona -> texlive-iwona., guix-commits, 2023/05/28
- 130/421: gnu: texlive-metapost: Refresh package definition., guix-commits, 2023/05/28
- 133/421: gnu: Add texlive-newverbs., guix-commits, 2023/05/28
- 134/421: gnu: Add texlive-svn-prov., guix-commits, 2023/05/28
- 146/421: gnu: texlive-docstrip: Refresh package definition.,
guix-commits <=
- 142/421: gnu: texlive-adjustbox: Refresh package definition., guix-commits, 2023/05/28
- 153/421: gnu: texlive-sourcesanspro: Refresh package definition., guix-commits, 2023/05/28
- 158/421: gnu: texlive-relsize: Refresh package definition., guix-commits, 2023/05/28
- 156/421: gnu: texlive-everyshi: Refresh package definition., guix-commits, 2023/05/28
- 160/421: gnu: texlive-ltablex: Refresh package definition., guix-commits, 2023/05/28
- 162/421: gnu: texlive-datetime2: Refresh package definition., guix-commits, 2023/05/28
- 172/421: gnu: texlive-threeparttablex: Refresh package definition., guix-commits, 2023/05/28
- 176/421: gnu: texlive-apacite: Refresh package definition., guix-commits, 2023/05/28
- 180/421: gnu: texlive-fmtcount: Refresh package definition., guix-commits, 2023/05/28
- 186/421: gnu: Add texlive-listngsutf8., guix-commits, 2023/05/28