[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
430/452: gnu: texlive-csplain: Create formats.
From: |
guix-commits |
Subject: |
430/452: gnu: texlive-csplain: Create formats. |
Date: |
Fri, 9 Jun 2023 13:44:20 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit e2b076c9f233e1085c8c3d59bfa96832896fcde5
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Jun 4 08:50:41 2023 +0200
gnu: texlive-csplain: Create formats.
* gnu/packages/tex.scm (texlive-csplain)[argumets]: Generate CSPLAIN,
LUACSPLAIN and PDFCSPLAIN formats.
[propagated-inputs]: Remove TEXLIVE-HYPHEN-BASE, TEXLIVE-HYPH-UTF8. Add
TEXLIVE-HYPHEN-COMPLETE, TEXLIVE-LUATEX, TEXLIVE-LUATEX85, TEXLIVE-PLAIN,
TEXLIVE-TEX.
---
gnu/packages/tex.scm | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index a63bc69450..7df0edd4d3 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -4827,13 +4827,18 @@ available.")
"tex/csplain/opmac/")
(base32
"068g31l2ralz03gsv58j67dm85vy0ad58dvdkh93ws0yzf0rnr5f")))
+ (arguments
+ (list #:create-formats #~(list "csplain" "luacsplain" "pdfcsplain")))
(build-system texlive-build-system)
(propagated-inputs
(list texlive-cm
texlive-cs
texlive-enctex
- texlive-hyph-utf8
- texlive-hyphen-base
+ texlive-hyphen-complete
+ texlive-luatex
+ texlive-luatex85
+ texlive-plain
+ texlive-tex
texlive-tex-ini-files))
(home-page "https://petr.olsak.net/csplain-e.html")
(synopsis "Plain TeX multilanguage support")
- 381/452: gnu: texlive-breqn: Remove SIMPLE-TEXLIVE-PACKAGE call., (continued)
- 381/452: gnu: texlive-breqn: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/09
- 384/452: gnu: texlive-soul: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/09
- 390/452: guix: import: Handle native inputs in texlive importer., guix-commits, 2023/06/09
- 386/452: gnu: texlive-totcount: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/09
- 399/452: gnu: texlive-eurosym: Fix build., guix-commits, 2023/06/09
- 397/452: gnu: texlive-amsfonts: Fix build., guix-commits, 2023/06/09
- 403/452: gnu: texlive-cbfonts: Fix build., guix-commits, 2023/06/09
- 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 <=
- 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, 2023/06/09
- 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