gnu: Add texlive-versions.

* gnu/packages/tex.scm (texlive-versions): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-29 16:04:29 +02:00
parent b909fa8a61
commit 2c7365e7de
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -99412,6 +99412,25 @@ (define-public texlive-version
;; provided that the copyright notice and this permission is retained.
(license (license:fsf-free "file://tex/latex/version/version.sty"))))
(define-public texlive-versions
(package
(name "texlive-versions")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/versions/" "tex/latex/versions/")
(base32
"1zq8vp85hsy8c6yjhpjslr8063q95w5rnyv23kkks44bkcgrac8l")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/versions")
(synopsis "Optionally omit pieces of text")
(description
"Stephan Bellantoni's @code{version} has provided preamble commands for
selecting environments to be included/excluded. This package does the same,
but corrects, improves, and extends it in both implementation and function.")
(license license:lppl1.3+)))
;;;
;;; Avoid adding new packages to the end of this file. To reduce the chances
;;; of a merge conflict, place them above by existing packages with similar