mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-08 04:14:06 -05:00
gnu: Add texlive-lambda.
* gnu/packages/tex.scm (texlive-lambda): New variable.
This commit is contained in:
parent
94ddbb53fd
commit
a9b7df3607
1 changed files with 15 additions and 0 deletions
|
@ -5755,6 +5755,21 @@ (define-public texlive-l2tabu-spanish
|
||||||
and commands.")
|
and commands.")
|
||||||
(license license:public-domain)))
|
(license license:public-domain)))
|
||||||
|
|
||||||
|
(define-public texlive-lambda
|
||||||
|
(package
|
||||||
|
(name "texlive-lambda")
|
||||||
|
(version (number->string %texlive-revision))
|
||||||
|
(source (texlive-origin
|
||||||
|
name version
|
||||||
|
(list "tex/lambda/base/" "tex/lambda/config/")
|
||||||
|
(base32
|
||||||
|
"1ajx5g5cd5s9jqr4b196689k7zmlxmhhksly88qps31s7lzaprvn")))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(home-page "https://ctan.org/pkg/lambda")
|
||||||
|
(synopsis "LaTeX for Omega and Aleph")
|
||||||
|
(description "This is LaTeX for Omega and Aleph.")
|
||||||
|
(license license:lppl1.0+)))
|
||||||
|
|
||||||
(define-public texlive-latex2e-help-texinfo-fr
|
(define-public texlive-latex2e-help-texinfo-fr
|
||||||
(package
|
(package
|
||||||
(name "texlive-latex2e-help-texinfo-fr")
|
(name "texlive-latex2e-help-texinfo-fr")
|
||||||
|
|
Loading…
Reference in a new issue