me
/
guix
Archived
1
0
Fork 0

gnu: texlive-latexconfig: Refresh package definition.

* gnu/packages/tex.scm (texlive-latexconfig): Remove SIMPLE-TEXLIVE-PACKAGE
call.
Nicolas Goaziou 2023-05-16 22:36:21 +02:00
parent e393e20b82
commit 5bc81da921
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 10 additions and 7 deletions

View File

@ -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.")