[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
441/452: gnu: Add texlive-collection-basic.
From: |
guix-commits |
Subject: |
441/452: gnu: Add texlive-collection-basic. |
Date: |
Fri, 9 Jun 2023 13:44:23 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit bdb5d1ccf066c555ffa2e2b47c86aca14f4222a4
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Jun 9 08:47:54 2023 +0200
gnu: Add texlive-collection-basic.
* gnu/packages/tex.scm (texlive-collection-basic): New variable.
---
gnu/packages/tex.scm | 49 +++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 49 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 3ad2f20157..6b161feed5 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -10859,6 +10859,55 @@ Arguments may contain verbatim material or other
special use of characters.
The macros were designed for use within other macros.")
(license license:lppl1.3)))
+(define-public texlive-collection-basic
+ (package
+ (name "texlive-collection-basic")
+ (version (number->string %texlive-revision))
+ (source #f)
+ (build-system trivial-build-system)
+ (arguments (list #:builder #~(mkdir #$output)))
+ (propagated-inputs
+ (list texlive-amsfonts
+ texlive-bibtex
+ texlive-cm
+ texlive-colorprofiles
+ texlive-dvipdfmx
+ texlive-dvips
+ texlive-ec
+ texlive-enctex
+ texlive-etex
+ texlive-etex-pkg
+ texlive-glyphlist
+ texlive-graphics-def
+ texlive-hyphen-complete
+ texlive-hyphenex
+ texlive-ifplatform
+ texlive-iftex
+ texlive-knuth-lib
+ texlive-knuth-local
+ texlive-kpathsea
+ texlive-lua-alt-getopt
+ texlive-luahbtex
+ texlive-luatex
+ texlive-makeindex
+ texlive-metafont
+ texlive-mflogo
+ texlive-mfware
+ texlive-modes
+ texlive-pdftex
+ texlive-plain
+ texlive-tex
+ texlive-tex-ini-files
+ texlive-unicode-data
+ texlive-xdvi))
+ (home-page "https://www.tug.org/texlive/")
+ (synopsis "Essential programs and files")
+ (description
+ "These files are regarded as basic for any TeX system, covering plain TeX
+macros, Computer Modern fonts, and configuration for common drivers; no
+LaTeX.")
+ (license (license:fsf-free "https://www.tug.org/texlive/copying.html"))))
+
(define-public texlive-grfext
(package
(name "texlive-grfext")
- 416/452: gnu: faif: Update texlive package names., (continued)
- 416/452: gnu: faif: Update texlive package names., guix-commits, 2023/06/09
- 427/452: gnu: texlive-luatex: Create formats., guix-commits, 2023/06/09
- 426/452: gnu: texlive-latex-base: Simplify package., guix-commits, 2023/06/09
- 430/452: gnu: texlive-csplain: Create formats., guix-commits, 2023/06/09
- 422/452: gnu: Add texlive-hyphen-complete, guix-commits, 2023/06/09
- 429/452: gnu: Add texlive-luatex85., guix-commits, 2023/06/09
- 433/452: gnu: texlive-context: Create formats., guix-commits, 2023/06/09
- 439/452: gnu: Add texlive-makeindex., guix-commits, 2023/06/09
- 435/452: guix: texlive importer ignores dependencies unnecessary in Guix., guix-commits, 2023/06/09
- 437/452: gnu: Add texlive-luahbtex., guix-commits, 2023/06/09
- 441/452: gnu: Add texlive-collection-basic.,
guix-commits <=
- 447/452: gnu: Add texlive-pagesel., guix-commits, 2023/06/09
- 445/452: gnu: Add texlive-mfnfss., guix-commits, 2023/06/09
- 442/452: gnu: Add texlive-babelbib., guix-commits, 2023/06/09
- 446/452: gnu: Add texlive-ltxmisc., guix-commits, 2023/06/09
- 152/452: gnu: texlive-relsize: Refresh package definition., guix-commits, 2023/06/09
- 161/452: gnu: Add texlive-kantlipsum., guix-commits, 2023/06/09
- 170/452: gnu: texlive-apacite: Refresh package definition., guix-commits, 2023/06/09
- 183/452: gnu: texlive-xcharter: Refresh package definition., guix-commits, 2023/06/09
- 165/452: gnu: texlive-lineno: Refresh package definition., guix-commits, 2023/06/09
- 187/452: gnu: texlive-mweights: Refresh package definition., guix-commits, 2023/06/09