me
/
guix
Archived
1
0
Fork 0

gnu: texlive-graphics-cfg: Refresh package definition.

* gnu/packages/tex.scm (texlive-graphics-cfg): Remove SIMPLE-TEXLIVE-PACKAGE
call.
Nicolas Goaziou 2023-05-16 22:24:04 +02:00
parent c5ec7db831
commit 95e66036b1
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 11 additions and 8 deletions

View File

@ -3712,14 +3712,17 @@ packages.")
(define-public texlive-graphics-cfg
(package
(inherit (simple-texlive-package
"texlive-graphics-cfg"
(list "/doc/latex/graphics-cfg/README.md"
"/tex/latex/graphics-cfg/")
(base32
"00n63adb2laf43lzix39xl68aq0k5k80mmrw602w99w5n7f96gsf")
#:trivial? #t))
(home-page "https://www.ctan.org/pkg/latex-graphics")
(name "texlive-graphics-cfg")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/graphics-cfg/"
"tex/latex/graphics-cfg/")
(base32
"00n63adb2laf43lzix39xl68aq0k5k80mmrw602w99w5n7f96gsf")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/graphics-cfg")
(synopsis "Sample configuration files for LaTeX color and graphics")
(description
"This bundle includes @file{color.cfg} and @file{graphics.cfg} files that