gnu: Add texlive-musixguit.

* gnu/packages/tex.scm (texlive-musixguit): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-17 09:37:38 +02:00
parent 4b07c2a177
commit 81b448d8db
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -9945,6 +9945,25 @@ (define-public texlive-musicography
a larger range of symbols and a more flexible, user-friendly interface.")
(license license:lppl1.3+)))
(define-public texlive-musixguit
(package
(name "texlive-musixguit")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/musixguit/"
"tex/latex/musixguit/")
(base32
"1ck8li0wdn22x0g4f57c9r57ans4rj7ggrm3rsp7xnqgc78as065")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/musixguit")
(synopsis "Easy notation for guitar music, in MusixTeX")
(description
"The package provides commands for typesetting notes for guitar,
especially for simplifying guitar notation with MusixTeX.")
(license license:lppl1.3+)))
(define-public texlive-musixtex
(package
(name "texlive-musixtex")