guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

148/458: gnu: texlive-physics: Refresh package definition.


From: guix-commits
Subject: 148/458: gnu: texlive-physics: Refresh package definition.
Date: Wed, 14 Jun 2023 05:22:22 -0400 (EDT)

ngz pushed a commit to branch tex-team-next
in repository guix.

commit fb61764ac1b94ce4d4111c2040c103fc5b054c40
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 acf348ac8d..32e07ac64f 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -12686,18 +12686,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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]