guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

323/458: gnu: texlive-latexconfig: Refresh package definition.


From: guix-commits
Subject: 323/458: gnu: texlive-latexconfig: Refresh package definition.
Date: Wed, 14 Jun 2023 05:23:09 -0400 (EDT)

ngz pushed a commit to branch tex-team-next
in repository guix.

commit c9baa3b75a8eacf75552a7c7681013da935395a3
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 cd18118daf..40458b7530 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.")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]