mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-16 16:08:04 -05:00
gnu: texlive-physics: Refresh package definition.
* gnu/packages/tex.scm (texlive-physics): Remove SIMPLE-TEXLIVE-PACKAGE call. [propagated-inputs]: Add TEXLIVE-AMSMATHS, TEXLIVE-L3PACKAGES.
This commit is contained in:
parent
3284c1eed3
commit
05184cdaf3
1 changed files with 16 additions and 10 deletions
|
@ -12686,18 +12686,24 @@ (define-public texlive-datatool
|
||||||
|
|
||||||
(define-public texlive-physics
|
(define-public texlive-physics
|
||||||
(package
|
(package
|
||||||
(inherit (simple-texlive-package
|
(name "texlive-physics")
|
||||||
"texlive-physics"
|
(version (number->string %texlive-revision))
|
||||||
'("/doc/latex/physics/"
|
(source (texlive-origin
|
||||||
"/tex/latex/physics/")
|
name version
|
||||||
(base32
|
(list "doc/latex/physics/" "tex/latex/physics/")
|
||||||
"1wy58wwcv1pv18xs1n71abnm73dqnxqijxvhfxk0rcmvbc6wvwrb")
|
(base32
|
||||||
#:trivial? #t))
|
"1wy58wwcv1pv18xs1n71abnm73dqnxqijxvhfxk0rcmvbc6wvwrb")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(propagated-inputs
|
||||||
|
(list texlive-amsmath
|
||||||
|
texlive-l3packages))
|
||||||
(home-page "https://ctan.org/pkg/physics")
|
(home-page "https://ctan.org/pkg/physics")
|
||||||
(synopsis "Macros supporting the Mathematics of Physics")
|
(synopsis "Macros supporting the Mathematics of Physics")
|
||||||
(description "The package defines simple and flexible macros for
|
(description
|
||||||
typesetting equations in the languages of vector calculus and linear
|
"The package defines simple and flexible macros for typesetting equations
|
||||||
algebra, using Dirac notation.")
|
in the languages of vector calculus and linear algebra, using Dirac
|
||||||
|
notation.")
|
||||||
(license license:lppl)))
|
(license license:lppl)))
|
||||||
|
|
||||||
(define-public texlive-sourcesanspro
|
(define-public texlive-sourcesanspro
|
||||||
|
|
Loading…
Reference in a new issue