mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: Add texlive-bagpipe.
* gnu/packages/tex.scm (texlive-bagpipe): New variable.
This commit is contained in:
parent
497463fb29
commit
e6fef2fe85
1 changed files with 19 additions and 0 deletions
|
@ -2721,6 +2721,25 @@ (define-public texlive-baekmuk
|
|||
@file{hline.ttf} (headline).")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public texlive-bagpipe
|
||||
(package
|
||||
(name "texlive-bagpipe")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/generic/bagpipe/"
|
||||
"tex/generic/bagpipe/")
|
||||
(base32
|
||||
"0zybnikkj00hmlzfaaljcq1ml5vi6qfhl1hfrjq9vjc409vzzvka")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/bagpipe")
|
||||
(synopsis "Support for typesetting bagpipe music")
|
||||
(description
|
||||
"Typesetting bagpipe music in MusixTeX is needlessly tedious. This
|
||||
package provides specialized and re-defined macros to simplify this task.")
|
||||
(license license:lppl1.3+)))
|
||||
|
||||
(define-public texlive-bangla
|
||||
(package
|
||||
(name "texlive-bangla")
|
||||
|
|
Loading…
Reference in a new issue