[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
303/458: gnu: texlive-ddphonism: Refresh package definition.
From: |
guix-commits |
Subject: |
303/458: gnu: texlive-ddphonism: Refresh package definition. |
Date: |
Wed, 14 Jun 2023 05:23:05 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 43a3d3baf9b400ac0c1d33a371fb844be85c024e
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 d8c28212c2..cb78815b42 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
- 455/458: gnu: Deprecate texlive-base in favor of texlive-scheme-basic., (continued)
- 455/458: gnu: Deprecate texlive-base in favor of texlive-scheme-basic., guix-commits, 2023/06/14
- 145/458: gnu: texlive-sourcecodepro: Refresh package definition., guix-commits, 2023/06/14
- 147/458: gnu: texlive-sourcesanspro: Refresh package definition., guix-commits, 2023/06/14
- 213/458: gnu: texlive-pgf: Refresh package definition., guix-commits, 2023/06/14
- 225/458: gnu: Add texlive-xmltexconfig., guix-commits, 2023/06/14
- 228/458: gnu: texlive-psnfss: Refresh package definition., guix-commits, 2023/06/14
- 232/458: gnu: texlive-babel: Refresh package definition., guix-commits, 2023/06/14
- 244/458: gnu: texlive-fancyhdr: Refresh package definition., guix-commits, 2023/06/14
- 279/458: gnu: texlive-filecontents: Refresh package definition., guix-commits, 2023/06/14
- 283/458: gnu: texlive-xcolor: Refresh package definition., guix-commits, 2023/06/14
- 303/458: gnu: texlive-ddphonism: Refresh package definition.,
guix-commits <=
- 318/458: gnu: texlive-graphics-cfg: Refresh package definition., guix-commits, 2023/06/14
- 336/458: gnu: texlive-lm-math: Refresh package definition., guix-commits, 2023/06/14
- 369/458: gnu: texlive-pagenote: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/14
- 345/458: gnu: texlive-fontname: Refresh package definition., guix-commits, 2023/06/14
- 372/458: gnu: texlive-qrcode: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/14
- 370/458: gnu: texlive-titling: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/14
- 353/458: gnu: Add texlive-manfnt-font., guix-commits, 2023/06/14
- 376/458: gnu: texlive-babel-dutch: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/14
- 396/458: gnu: texlive-latex-fonts: Fix build., guix-commits, 2023/06/14
- 405/458: gnu: texlive-lh: Fix build., guix-commits, 2023/06/14