ngz pushed a commit to branch tex-team-next in repository guix. commit 15bbd4eb8ab02eb57809394a62dd10a8c900fd1c Author: Nicolas Goaziou <m...@nicolasgoaziou.fr> AuthorDate: Tue May 16 22:24:04 2023 +0200
gnu: texlive-graphics-cfg: Refresh package definition. * gnu/packages/tex.scm (texlive-graphics-cfg): Remove SIMPLE-TEXLIVE-PACKAGE call. --- gnu/packages/tex.scm | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index 39cbd2961f..2910804da9 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -3716,14 +3716,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