guix-commits
[Top][All Lists]
Advanced

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

164/458: gnu: texlive-mdframed: Refresh package definition.


From: guix-commits
Subject: 164/458: gnu: texlive-mdframed: Refresh package definition.
Date: Wed, 14 Jun 2023 05:22:25 -0400 (EDT)

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

commit d04dccf1b087fccb1d665b4f7da27f42dde3664a
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon May 15 12:12:50 2023 +0200

    gnu: texlive-mdframed: Refresh package definition.
    
    * gnu/packages/tex.scm (texlive-mdframed): Remove SIMPLE-TEXLIVE-PACKAGE
    call.
    [propagated-inputs]: Add TEXLIVE-AMSMATH, TEXLIVE-BOOKTABS, 
TEXLIVE-CSQUOTES,
    TEXLIVE-ESO-PIC, TEXLIVE-ETOOLBOX, TEXLIVE-IFTEX, TEXLIVE-GEOMETRY,
    TEXLIVE-GRAPHICS, TEXLIVE-KANTLIPSUM, TEXLIVE-KVOPTIONS,
    TEXLIVE-LISTINGS, TEXLIVE-L3KERNEL, TEXLIVE-L3PACKAGES, TEXLIVE-LIPSUM,
    TEXLIVE-LISTINGS, TEXLIVE-MICROTYPE, TEXLIVE-NTHEOREM, TEXLIVE-OBERDIEK,
    TEXLIVE-PGF, TEXLIVE-SELINPUT, TEXLIVE-TOOLS, TEXLIVE-XCOLOR.
---
 gnu/packages/tex.scm | 45 ++++++++++++++++++++++++++++++++++-----------
 1 file changed, 34 insertions(+), 11 deletions(-)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 14c1a64661..6f72aa9652 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -12386,17 +12386,40 @@ Polish of standard ``LaTeX names''.")
 
 (define-public texlive-mdframed
   (package
-    (inherit
-     (simple-texlive-package
-      "texlive-mdframed"
-      (list
-       "doc/latex/mdframed/"
-       "source/latex/mdframed/"
-       "tex/latex/mdframed/")
-      (base32 "1i5rm946wg43rjckxlfhx79zfx5cgd3bxk71206hd1dqkrgpdpa8")
-      #:trivial? #t))
-    (propagated-inputs (list texlive-needspace
-                             texlive-zref))
+    (name "texlive-mdframed")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/mdframed/" "source/latex/mdframed/"
+                   "tex/latex/mdframed/")
+             (base32
+              "1i5rm946wg43rjckxlfhx79zfx5cgd3bxk71206hd1dqkrgpdpa8")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (propagated-inputs
+     (list texlive-amsmath
+           texlive-booktabs
+           texlive-csquotes
+           texlive-eso-pic
+           texlive-etoolbox
+           texlive-iftex
+           texlive-geometry
+           texlive-graphics
+           texlive-kantlipsum
+           texlive-kvoptions
+           texlive-l3kernel
+           texlive-l3packages
+           texlive-lipsum
+           texlive-listings
+           texlive-microtype
+           texlive-needspace
+           texlive-ntheorem
+           texlive-oberdiek
+           texlive-pgf
+           texlive-selinput
+           texlive-tools
+           texlive-xcolor
+           texlive-zref))
     (home-page "https://ctan.org/pkg/mdframed";)
     (synopsis "Framed environments that can split at page boundaries")
     (description



reply via email to

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