gnu: texlive-ddphonism: Refresh package definition.
* gnu/packages/tex.scm (texlive-ddphonism): Remove SIMPLE-TEXLIVE-PACKAGE call.
This commit is contained in:
parent
17aae478f7
commit
b8cd24eebd
1 changed files with 10 additions and 7 deletions
|
@ -6134,12 +6134,15 @@ in LaTeX documents; a jiffy to create slashed characters for physicists.")
|
||||||
|
|
||||||
(define-public texlive-ddphonism
|
(define-public texlive-ddphonism
|
||||||
(package
|
(package
|
||||||
(inherit (simple-texlive-package
|
(name "texlive-ddphonism")
|
||||||
"texlive-ddphonism"
|
(version (number->string %texlive-revision))
|
||||||
(list "doc/latex/ddphonism/"
|
(source (texlive-origin
|
||||||
"tex/latex/ddphonism/")
|
name version
|
||||||
(base32 "1p02ai76nnh6042pnmqv4n30z6yxsvyyk2nb9jk7xlyyc87zzbdd")
|
(list "doc/latex/ddphonism/" "tex/latex/ddphonism/")
|
||||||
#:trivial? #t))
|
(base32
|
||||||
|
"1p02ai76nnh6042pnmqv4n30z6yxsvyyk2nb9jk7xlyyc87zzbdd")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
|
(build-system texlive-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list texlive-etoolbox
|
(list texlive-etoolbox
|
||||||
texlive-hyperref
|
texlive-hyperref
|
||||||
|
@ -6148,7 +6151,7 @@ in LaTeX documents; a jiffy to create slashed characters for physicists.")
|
||||||
texlive-pgf
|
texlive-pgf
|
||||||
texlive-tools
|
texlive-tools
|
||||||
texlive-xstring))
|
texlive-xstring))
|
||||||
(home-page "https://www.ctan.org/pkg/ddphonism")
|
(home-page "https://ctan.org/pkg/ddphonism")
|
||||||
(synopsis "Dodecaphonic diagrams for LaTeX")
|
(synopsis "Dodecaphonic diagrams for LaTeX")
|
||||||
(description
|
(description
|
||||||
"This is a music-related package which is focused on notation from the
|
"This is a music-related package which is focused on notation from the
|
||||||
|
|
Reference in a new issue