[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
140/452: gnu: texlive-docstrip: Refresh package definition.
From: |
guix-commits |
Subject: |
140/452: gnu: texlive-docstrip: Refresh package definition. |
Date: |
Fri, 9 Jun 2023 13:43:12 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit fd7f8d177049515545c6c8e745a681ca7644c98f
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
- 127/452: gnu: Add texlive-newverbs., (continued)
- 127/452: gnu: Add texlive-newverbs., guix-commits, 2023/06/09
- 120/452: gnu: texlive-fonts-rsfs -> texlive-rsfs., guix-commits, 2023/06/09
- 128/452: gnu: Add texlive-svn-prov., guix-commits, 2023/06/09
- 118/452: gnu: texlive-generic-babel-german -> texlive-babel-german., guix-commits, 2023/06/09
- 133/452: gnu: texlive-collectbox: Refresh package definition., guix-commits, 2023/06/09
- 123/452: gnu: texlive-tex-plain -> texlive-plain., guix-commits, 2023/06/09
- 131/452: gnu: texlive-fontaxes: Refresh package definition., guix-commits, 2023/06/09
- 129/452: gnu: Add texlive-gincltex., guix-commits, 2023/06/09
- 138/452: gnu: Add texlive-modes., guix-commits, 2023/06/09
- 137/452: gnu: texlive-standalone: Refresh package definition., guix-commits, 2023/06/09
- 140/452: gnu: texlive-docstrip: Refresh package definition.,
guix-commits <=
- 141/452: gnu: Add texlive-xetexconfig., guix-commits, 2023/06/09
- 153/452: gnu: texlive-ragged2e: Refresh package definition., guix-commits, 2023/06/09
- 148/452: gnu: texlive-physics: Refresh package definition., guix-commits, 2023/06/09
- 144/452: gnu: texlive-xstring: Refresh package definition., guix-commits, 2023/06/09
- 146/452: gnu: texlive-sourceserifpro: Refresh package definition., guix-commits, 2023/06/09
- 142/452: gnu: texlive-xetex: Refresh package definition., guix-commits, 2023/06/09
- 160/452: gnu: Add texlive-lipsum., guix-commits, 2023/06/09
- 145/452: gnu: texlive-sourcecodepro: Refresh package definition., guix-commits, 2023/06/09
- 163/452: gnu: Add texlive-ntheorem., guix-commits, 2023/06/09
- 177/452: gnu: texlive-translator: Refresh package definition., guix-commits, 2023/06/09