[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
309/421: gnu: texlive-ddphonism: Refresh package definition.
From: |
guix-commits |
Subject: |
309/421: gnu: texlive-ddphonism: Refresh package definition. |
Date: |
Sun, 28 May 2023 01:30:18 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 2eff35fc74122601b1687bd3a88e73669ea7c1e2
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue May 16 15:34:07 2023 +0200
gnu: texlive-ddphonism: Refresh package definition.
* gnu/packages/tex.scm (texlive-ddphonism): Remove SIMPLE-TEXLIVE-PACKAGE
call.
---
gnu/packages/tex.scm | 17 ++++++++++-------
1 file changed, 10 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 6bee4fdccd..e7e51e1f64 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -6146,12 +6146,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
@@ -6160,7 +6163,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
- 408/421: gnu: texlive-wasy: Fix build., (continued)
- 408/421: gnu: texlive-wasy: Fix build., guix-commits, 2023/05/28
- 406/421: gnu: texlive-tipa: Fix build., guix-commits, 2023/05/28
- 412/421: gnu: texlive-xypic: Fix build., guix-commits, 2023/05/28
- 392/421: gnu: texlive-totcount: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/28
- 210/421: gnu: texlive-logreq: Refresh package definition., guix-commits, 2023/05/28
- 211/421: gnu: texlive-csquotes: Refresh package definition., guix-commits, 2023/05/28
- 253/421: gnu: texlive-listings: Refresh package definition., guix-commits, 2023/05/28
- 281/421: gnu: texlive-halloweenmath: Refresh package definition., guix-commits, 2023/05/28
- 298/421: gnu: texlive-enumitem: Refresh package definition., guix-commits, 2023/05/28
- 302/421: gnu: texlive-palatino: Refresh package definition., guix-commits, 2023/05/28
- 309/421: gnu: texlive-ddphonism: Refresh package definition.,
guix-commits <=
- 312/421: gnu: texlive-seminar: Refresh package definition., guix-commits, 2023/05/28
- 316/421: gnu: Add texlive-cmexb., guix-commits, 2023/05/28
- 338/421: gnu: texlive-etex: Refresh package definition., guix-commits, 2023/05/28
- 337/421: gnu: texlive-hardwrap: Refresh package definition., guix-commits, 2023/05/28
- 339/421: gnu: texlive-mkpattern: Refresh package definition., guix-commits, 2023/05/28
- 359/421: gnu: Add texlive-manfnt-font., guix-commits, 2023/05/28
- 361/421: gnu: Add texlive-luatex., guix-commits, 2023/05/28
- 372/421: gnu: texlive-tabu: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/28
- 376/421: gnu: texlive-titling: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/28
- 387/421: gnu: texlive-breqn: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/28