gnu: Add texlive-lambda.

* gnu/packages/tex.scm (texlive-lambda): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-14 14:01:08 +02:00
parent 94ddbb53fd
commit a9b7df3607
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -5755,6 +5755,21 @@ (define-public texlive-l2tabu-spanish
and commands.")
(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
(package
(name "texlive-latex2e-help-texinfo-fr")