guix-commits
[Top][All Lists]
Advanced

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

318/458: gnu: texlive-graphics-cfg: Refresh package definition.


From: guix-commits
Subject: 318/458: gnu: texlive-graphics-cfg: Refresh package definition.
Date: Wed, 14 Jun 2023 05:23:08 -0400 (EDT)

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

commit 3c39b1bee9a5406372da01b31cd07078291e8958
Author: Nicolas Goaziou <mail@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 36486ac7ca..c0ebe63842 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -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



reply via email to

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