[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
427/452: gnu: texlive-luatex: Create formats.
From: |
guix-commits |
Subject: |
427/452: gnu: texlive-luatex: 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 2c555ddf50a60a09e09749b28ec5ebf068c0f14f
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Jun 4 00:47:54 2023 +0200
gnu: texlive-luatex: Create formats.
* gnu/packages/tex.scm (texlive-luatex)[source]: Do not grab all files in
"tex/generic/config/" location.
[arguments]: Create DVILUATEX and LUATEX formats.
[propagated-inputs]: Remove TEXLIVE-HYPH-UTF8, TEXLIVE-HYPHEN-BASE. Add
TEXLIVE-HYPHEN-COMPLETE.
---
gnu/packages/tex.scm | 12 +++++++-----
1 file changed, 7 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 5707f7fd45..7bb2ae4fc5 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -4510,18 +4510,20 @@ in the same way as BSD/GNU @code{getopt_long(3)}
functions do.")
"doc/man/man1/texlua.man1.pdf"
"doc/man/man1/texluac.1"
"doc/man/man1/texluac.man1.pdf"
- "tex/generic/config/"
+ "tex/generic/config/luatex-unicode-letters.tex"
+ "tex/generic/config/luatexiniconfig.tex"
"web2c/texmfcnf.lua")
(base32
- "1g5z1mjfclb85ppcxclwndmkkgjmczrq1547vhg4kl3cclg8348q")))
+ "1iskvy3i7kq0m39x7k8bs3w2l9bvqzcyzyfllfqr4rwpk4373k30")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
- (arguments (list #:texlive-latex-base #f))
+ (arguments
+ (list #:texlive-latex-base #f
+ #:create-formats #~(list "dviluatex" "luatex")))
(propagated-inputs
(list texlive-cm
texlive-etex
- texlive-hyph-utf8
- texlive-hyphen-base
+ texlive-hyphen-complete
texlive-knuth-lib
texlive-plain
texlive-tex-ini-files
- 377/452: gnu: texlive-babel-finnish: Remove SIMPLE-TEXLIVE-PACKAGE call., (continued)
- 377/452: gnu: texlive-babel-finnish: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/09
- 370/452: gnu: texlive-titling: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/09
- 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 <=
- 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, 2023/06/09
- 447/452: gnu: Add texlive-pagesel., guix-commits, 2023/06/09