mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-24 19:27:44 +01:00
gnu: Add texlive-scheme-minimal.
* gnu/packages/tex.scm (texlive-scheme-minimal): New variable.
This commit is contained in:
parent
14e6091b84
commit
7e92d1c84f
1 changed files with 17 additions and 0 deletions
|
@ -13044,6 +13044,23 @@ (define-public texlive-xfor
|
||||||
current iteration.")
|
current iteration.")
|
||||||
(license license:lppl)))
|
(license license:lppl)))
|
||||||
|
|
||||||
|
(define-public texlive-scheme-minimal
|
||||||
|
(package
|
||||||
|
(name "texlive-scheme-minimal")
|
||||||
|
(version (number->string %texlive-revision))
|
||||||
|
(source #f)
|
||||||
|
(build-system trivial-build-system)
|
||||||
|
(arguments (list #:builder #~(mkdir #$output)))
|
||||||
|
(propagated-inputs (list texlive-collection-basic))
|
||||||
|
(home-page "https://www.tug.org/texlive/")
|
||||||
|
(synopsis "Minimal scheme (plain only)")
|
||||||
|
(description
|
||||||
|
"This is the minimal TeX Live scheme, with support for only plain
|
||||||
|
TeX. (No LaTeX macros.) LuaTeX is included because Lua scripts are used in TeX
|
||||||
|
Live infrastructure. This scheme corresponds exactly to
|
||||||
|
@code{collection-basic}.")
|
||||||
|
(license (license:fsf-free "https://www.tug.org/texlive/copying.html"))))
|
||||||
|
|
||||||
(define-public texlive-scheme-basic
|
(define-public texlive-scheme-basic
|
||||||
(package
|
(package
|
||||||
(name "texlive-scheme-basic")
|
(name "texlive-scheme-basic")
|
||||||
|
|
Loading…
Reference in a new issue