guix-commits
[Top][All Lists]
Advanced

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

15/35: gnu: Add texlive-harmony.


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

ngz pushed a commit to branch master
in repository guix.

commit c888bdcfecb86674e88c35a01d83312cbb3e3727
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Aug 17 09:33:08 2023 +0200

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index bfb4b48e54..9cbf038d87 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -6903,6 +6903,24 @@ directories.")
 through it.")
     (license license:public-domain)))
 
+(define-public texlive-harmony
+  (package
+    (name "texlive-harmony")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/harmony/" "tex/latex/harmony/")
+             (base32
+              "0ky4aiv3zvykfwalf1md4lzjbr9pc14i93xsxdwl25jcsi2kvjk7")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/harmony";)
+    (synopsis "Typeset harmony symbols, etc., for musicology")
+    (description
+     "The package @file{harmony.sty} helps typesetting harmony symbols for
+musicology.")
+    (license license:lppl)))
+
 (define-public texlive-hanzibox
   (package
     (name "texlive-hanzibox")



reply via email to

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