[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
323/435: gnu: texlive-latexconfig: Refresh package definition.
From: |
guix-commits |
Subject: |
323/435: gnu: texlive-latexconfig: Refresh package definition. |
Date: |
Tue, 6 Jun 2023 11:40:17 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 7e543f2af5997679e52f1cc47079cd4510ae5664
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue May 16 22:36:21 2023 +0200
gnu: texlive-latexconfig: Refresh package definition.
* gnu/packages/tex.scm (texlive-latexconfig): Remove SIMPLE-TEXLIVE-PACKAGE
call.
---
gnu/packages/tex.scm | 17 ++++++++++-------
1 file changed, 10 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 0c3a56132c..7e6d859e3d 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -3175,13 +3175,16 @@ default and narrow versions of multiple integrals.")
(define-public texlive-latexconfig
(package
- (inherit (simple-texlive-package
- "texlive-latexconfig"
- (list "/tex/latex/latexconfig/")
- (base32
- "1x5fyr2185nx3qlyariykdz44hcy5azimrk9db2p707dg08bjhsd")
- #:trivial? #t))
- (home-page "https://www.tug.org/")
+ (name "texlive-latexconfig")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "tex/latex/latexconfig/")
+ (base32
+ "1x5fyr2185nx3qlyariykdz44hcy5azimrk9db2p707dg08bjhsd")))
+ (build-system texlive-build-system)
+ (arguments (list #:texlive-latex-base #f))
+ (home-page "https://ctan.org/pkg/latexconfig")
(synopsis "Configuration files for LaTeX-related formats")
(description "The package provides configuration files for LaTeX-related
formats.")
- 293/435: gnu: texlive-endnotes: Refresh package definition., (continued)
- 293/435: gnu: texlive-endnotes: Refresh package definition., guix-commits, 2023/06/06
- 299/435: gnu: texlive-ae: Refresh package definition., guix-commits, 2023/06/06
- 304/435: gnu: texlive-carlisle: Refresh package definition., guix-commits, 2023/06/06
- 305/435: gnu: texlive-calrsfs: Refresh package definition., guix-commits, 2023/06/06
- 309/435: gnu: texlive-tipa: Refresh package definition., guix-commits, 2023/06/06
- 312/435: gnu: texlive-luaotfload: Refresh package definition., guix-commits, 2023/06/06
- 310/435: gnu: Add texlive-cmexb., guix-commits, 2023/06/06
- 315/435: gnu: texlive-l3build: Refresh package definition., guix-commits, 2023/06/06
- 316/435: gnu: texlive-url: Refresh package definition., guix-commits, 2023/06/06
- 319/435: gnu: texlive-graphics-def: Refresh package definition., guix-commits, 2023/06/06
- 323/435: gnu: texlive-latexconfig: Refresh package definition.,
guix-commits <=
- 329/435: gnu: texlive-dehyph-exptl: Refresh package definition., guix-commits, 2023/06/06
- 334/435: gnu: texlive-mflogo-font: Refresh package definition., guix-commits, 2023/06/06
- 345/435: gnu: texlive-fontname: Refresh package definition., guix-commits, 2023/06/06
- 346/435: gnu: texlive-fontinst: Refresh package definition., guix-commits, 2023/06/06
- 349/435: gnu: texlive-underscore: Refresh package definition., guix-commits, 2023/06/06
- 360/435: gnu: texlive-tetex: Refresh package definition., guix-commits, 2023/06/06
- 361/435: gnu: simple-texlive-package: Turn it into a stub., guix-commits, 2023/06/06
- 362/435: gnu: texlive-hyph-utf8: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/06
- 363/435: gnu: texlive-amsmath: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/06
- 367/435: gnu: texlive-sectsty: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/06