mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-09 12:49:45 -05:00
gnu: Add texlive-harmony.
* gnu/packages/tex.scm (texlive-harmony): New variable.
This commit is contained in:
parent
f697a359be
commit
c888bdcfec
1 changed files with 18 additions and 0 deletions
|
@ -6903,6 +6903,24 @@ (define-public texlive-happy4th
|
|||
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")
|
||||
|
|
Loading…
Reference in a new issue