[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
441/458: gnu: Add texlive-collection-basic.
From: |
guix-commits |
Subject: |
441/458: gnu: Add texlive-collection-basic. |
Date: |
Wed, 14 Jun 2023 05:23:29 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 5f6ab16a98695bc6ff22e6ec5229d37c116358c2
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")
- 391/458: gnu: texlive-cm: Fix build., (continued)
- 391/458: gnu: texlive-cm: Fix build., guix-commits, 2023/06/14
- 409/458: gnu: Add texlive-knuth-local., guix-commits, 2023/06/14
- 408/458: gnu: Add texlive-semaphor., guix-commits, 2023/06/14
- 413/458: guix: import: Improve importing texlive meta packages., guix-commits, 2023/06/14
- 421/458: gnu: Add texlive-tex., guix-commits, 2023/06/14
- 422/458: gnu: Add texlive-hyphen-complete, guix-commits, 2023/06/14
- 427/458: gnu: texlive-luatex: Create formats., guix-commits, 2023/06/14
- 429/458: gnu: Add texlive-luatex85., guix-commits, 2023/06/14
- 433/458: gnu: texlive-context: Create formats., guix-commits, 2023/06/14
- 438/458: gnu: Add texlive-hyphenex., guix-commits, 2023/06/14
- 441/458: gnu: Add texlive-collection-basic.,
guix-commits <=
- 447/458: gnu: Add texlive-pagesel., guix-commits, 2023/06/14
- 452/458: gnu: Add texlive-scheme-minimal., guix-commits, 2023/06/14
- 453/458: gnu: Add texlive-aeguill., guix-commits, 2023/06/14
- 454/458: gnu: Install missing files for updmap in texlive-bin., guix-commits, 2023/06/14
- 170/458: gnu: texlive-apacite: Refresh package definition., guix-commits, 2023/06/14
- 347/458: gnu: texlive-tex-ini-files: Refresh package definition., guix-commits, 2023/06/14
- 384/458: gnu: texlive-soul: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/14
- 375/458: gnu: texlive-babel-czech: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/14
- 361/458: gnu: simple-texlive-package: Turn it into a stub., guix-commits, 2023/06/14
- 374/458: gnu: texlive-fvextra: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/14