guix-commits
[Top][All Lists]
Advanced

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

303/418: gnu: texlive-ddphonism: Refresh package definition.


From: guix-commits
Subject: 303/418: gnu: texlive-ddphonism: Refresh package definition.
Date: Fri, 2 Jun 2023 17:25:39 -0400 (EDT)

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

commit 1eeebd31da22bd762aeae3f07012052572e8eef2
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue May 16 15:34:07 2023 +0200

    gnu: texlive-ddphonism: Refresh package definition.
    
    * gnu/packages/tex.scm (texlive-ddphonism): Remove SIMPLE-TEXLIVE-PACKAGE
    call.
---
 gnu/packages/tex.scm | 17 ++++++++++-------
 1 file changed, 10 insertions(+), 7 deletions(-)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index e081006d35..bd498b6cb9 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -6142,12 +6142,15 @@ in LaTeX documents; a jiffy to create slashed 
characters for physicists.")
 
 (define-public texlive-ddphonism
   (package
-    (inherit (simple-texlive-package
-              "texlive-ddphonism"
-              (list "doc/latex/ddphonism/"
-                    "tex/latex/ddphonism/")
-              (base32 "1p02ai76nnh6042pnmqv4n30z6yxsvyyk2nb9jk7xlyyc87zzbdd")
-              #:trivial? #t))
+    (name "texlive-ddphonism")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/ddphonism/" "tex/latex/ddphonism/")
+             (base32
+              "1p02ai76nnh6042pnmqv4n30z6yxsvyyk2nb9jk7xlyyc87zzbdd")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
     (propagated-inputs
      (list texlive-etoolbox
            texlive-hyperref
@@ -6156,7 +6159,7 @@ in LaTeX documents; a jiffy to create slashed characters 
for physicists.")
            texlive-pgf
            texlive-tools
            texlive-xstring))
-    (home-page "https://www.ctan.org/pkg/ddphonism";)
+    (home-page "https://ctan.org/pkg/ddphonism";)
     (synopsis "Dodecaphonic diagrams for LaTeX")
     (description
      "This is a music-related package which is focused on notation from the



reply via email to

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