[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
148/409: gnu: texlive-physics: Refresh package definition.
From: |
guix-commits |
Subject: |
148/409: gnu: texlive-physics: Refresh package definition. |
Date: |
Sat, 20 May 2023 04:02:37 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 00c675cf4f8f405c041c9bbf985e7f651a6cd373
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon May 15 00:20:40 2023 +0200
gnu: texlive-physics: Refresh package definition.
* gnu/packages/tex.scm (texlive-physics): Remove SIMPLE-TEXLIVE-PACKAGE
call.
[propagated-inputs]: Add TEXLIVE-AMSMATHS, TEXLIVE-L3PACKAGES.
---
gnu/packages/tex.scm | 26 ++++++++++++++++----------
1 file changed, 16 insertions(+), 10 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 26ee41c119..6d489c1075 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -12690,18 +12690,24 @@ bibliographies, and displaying personal pronouns.")
(define-public texlive-physics
(package
- (inherit (simple-texlive-package
- "texlive-physics"
- '("/doc/latex/physics/"
- "/tex/latex/physics/")
- (base32
- "1wy58wwcv1pv18xs1n71abnm73dqnxqijxvhfxk0rcmvbc6wvwrb")
- #:trivial? #t))
+ (name "texlive-physics")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/physics/" "tex/latex/physics/")
+ (base32
+ "1wy58wwcv1pv18xs1n71abnm73dqnxqijxvhfxk0rcmvbc6wvwrb")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (propagated-inputs
+ (list texlive-amsmath
+ texlive-l3packages))
(home-page "https://ctan.org/pkg/physics")
(synopsis "Macros supporting the Mathematics of Physics")
- (description "The package defines simple and flexible macros for
-typesetting equations in the languages of vector calculus and linear
-algebra, using Dirac notation.")
+ (description
+ "The package defines simple and flexible macros for typesetting equations
+in the languages of vector calculus and linear algebra, using Dirac
+notation.")
(license license:lppl)))
(define-public texlive-sourcesanspro
- 111/409: gnu: texlive-latex-ebproof -> texlive-ebproof., (continued)
- 111/409: gnu: texlive-latex-ebproof -> texlive-ebproof., guix-commits, 2023/05/20
- 147/409: gnu: texlive-sourcesanspro: Refresh package definition., guix-commits, 2023/05/20
- 156/409: gnu: texlive-datetime2: Refresh package definition., guix-commits, 2023/05/20
- 66/409: gnu: Add texlive-atenddvi., guix-commits, 2023/05/20
- 82/409: gnu: texlive-latex-enotez -> texlive-enotez., guix-commits, 2023/05/20
- 83/409: gnu: texlive-latex-multirow -> texlive-multirow., guix-commits, 2023/05/20
- 90/409: gnu: texlive-latex-type1cm -> texlive-type1cm., guix-commits, 2023/05/20
- 97/409: gnu: Add texlive-hyperxmp., guix-commits, 2023/05/20
- 112/409: gnu: texlive-latex-bussproofs -> texlive-bussproofs., guix-commits, 2023/05/20
- 117/409: gnu: texlive-latex-koma-script -> texlive-koma-script., guix-commits, 2023/05/20
- 148/409: gnu: texlive-physics: Refresh package definition.,
guix-commits <=
- 155/409: gnu: texlive-tracklang: Refresh package definition., guix-commits, 2023/05/20
- 162/409: gnu: Add texlive-selinput., guix-commits, 2023/05/20
- 167/409: gnu: texlive-xpatch: Refresh package definition., guix-commits, 2023/05/20
- 137/409: gnu: texlive-standalone: Refresh package definition., guix-commits, 2023/05/20
- 196/409: gnu: texlive-symbol: Refresh package definition., guix-commits, 2023/05/20
- 84/409: gnu: texlive-latex-overpic -> texlive-overpic., guix-commits, 2023/05/20
- 87/409: gnu: texlive-latex-sidecap -> texlive-sidecap., guix-commits, 2023/05/20
- 92/409: gnu: texlive-ifmtarg: Fix build., guix-commits, 2023/05/20
- 176/409: gnu: texlive-xifthen: Refresh package definition., guix-commits, 2023/05/20
- 179/409: gnu: Add texlive-incgraph., guix-commits, 2023/05/20