guix-commits
[Top][All Lists]
Advanced

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

33/35: gnu: Add texlive-xml2pmx.


From: guix-commits
Subject: 33/35: gnu: Add texlive-xml2pmx.
Date: Thu, 17 Aug 2023 03:51:19 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 2adb68051528398bfd75f1d4716ca656550183af
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Aug 17 09:44:14 2023 +0200

    gnu: Add texlive-xml2pmx.
    
    * gnu/packages/tex.scm (texlive-xml2pmx): New variable.
---
 gnu/packages/tex.scm | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index b73560a371..3c07868f36 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -27436,6 +27436,25 @@ correctly; and define two extra commands: 
@code{\\vfrac} and
 @code{\\namedglyph}.")
     (license license:lppl1.3c)))
 
+(define-public texlive-xml2pmx
+  (package
+    (name "texlive-xml2pmx")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/man/man1/xml2pmx.1"
+                   "doc/man/man1/xml2pmx.man1.pdf")
+             (base32
+              "1d3ralqh0b71scd59b4hmm707yfrz1rj28ni2lzkhbb1ql73bvah")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/xml2pmx";)
+    (synopsis "Convert MusicXML to PMX and MusiXTeX")
+    (description
+     "This program translates MusicXML files to input suitable for PMX and
+MusiXTeX processing.")
+    (license license:gpl3+)))
+
 (define-public texlive-xmltexconfig
   (package
     (name "texlive-xmltexconfig")



reply via email to

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