diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-05-16 15:34:07 +0200 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-07-18 18:12:08 +0200 |
commit | b8cd24eebd1bde52872bd2bbf71532e2e1e23a4f (patch) | |
tree | fc2c200e23c773f6fede8f1f54aec5e0b6a1bab1 /gnu | |
parent | 17aae478f75eda4618406781a6310737eb6808a6 (diff) | |
download | guix-b8cd24eebd1bde52872bd2bbf71532e2e1e23a4f.tar.gz |
gnu: texlive-ddphonism: Refresh package definition.
* gnu/packages/tex.scm (texlive-ddphonism): Remove SIMPLE-TEXLIVE-PACKAGE call.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/tex.scm | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index d541fe1def..fb3b058589 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -6134,12 +6134,15 @@ in LaTeX documents; a jiffy to create slashed characters for physicists.") (define-public texlive-ddphonism (package - (inherit (simple-texlive-package - "texlive-ddphonism" - (list "doc/latex/ddphonism/" - "tex/latex/ddphonism/") - (base32 "1p02ai76nnh6042pnmqv4n30z6yxsvyyk2nb9jk7xlyyc87zzbdd") - #:trivial? #t)) + (name "texlive-ddphonism") + (version (number->string %texlive-revision)) + (source (texlive-origin + name version + (list "doc/latex/ddphonism/" "tex/latex/ddphonism/") + (base32 + "1p02ai76nnh6042pnmqv4n30z6yxsvyyk2nb9jk7xlyyc87zzbdd"))) + (outputs '("out" "doc")) + (build-system texlive-build-system) (propagated-inputs (list texlive-etoolbox texlive-hyperref @@ -6148,7 +6151,7 @@ in LaTeX documents; a jiffy to create slashed characters for physicists.") texlive-pgf texlive-tools texlive-xstring)) - (home-page "https://www.ctan.org/pkg/ddphonism") + (home-page "https://ctan.org/pkg/ddphonism") (synopsis "Dodecaphonic diagrams for LaTeX") (description "This is a music-related package which is focused on notation from the |