[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
107/141: gnu: texlive-cluttex: Add "cllualatex" and "clxelatex" symlinks
From: |
guix-commits |
Subject: |
107/141: gnu: texlive-cluttex: Add "cllualatex" and "clxelatex" symlinks. |
Date: |
Wed, 26 Jun 2024 06:34:36 -0400 (EDT) |
ngz pushed a commit to branch tex-team
in repository guix.
commit 3454ec672bbefb6ea9ddf00f1fb6ba1ea69e5ea4
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat Jun 22 00:22:45 2024 +0200
gnu: texlive-cluttex: Add "cllualatex" and "clxelatex" symlinks.
* gnu/packages/tex.scm (texlive-cluttex)[arguments]<#:phases>: Add missing
symlinks.
Change-Id: I3b756d91c87259e8f1e20a06c038653d49dff54d
---
gnu/packages/tex.scm | 10 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 9015978c6d..b0dc794101 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -41152,7 +41152,15 @@ chunk of code.")
"06i59jxanssx0hngnzkvmigg4gh0szm8n11095wlpdqrma1d162c"))))
(outputs '("out" "doc"))
(build-system texlive-build-system)
- (arguments (list #:link-scripts #~(list "cluttex.lua")))
+ (arguments
+ (list #:link-scripts #~(list "cluttex.lua")
+ #:phases
+ #~(modify-phases %standard-phases
+ (add-after 'link-scripts 'add-symlink
+ (lambda _
+ (with-directory-excursion (string-append #$output "/bin")
+ (for-each (lambda (link) (symlink "cluttex" link))
+ '("cllualatex" "clxelatex"))))))))
(home-page "https://ctan.org/pkg/cluttex")
(synopsis "Automation tool for running LaTeX")
(description
- 101/141: gnu: texlive-newverbs: Do not create origin for "ydocstrip.tex"., (continued)
- 101/141: gnu: texlive-newverbs: Do not create origin for "ydocstrip.tex"., guix-commits, 2024/06/26
- 93/141: gnu: Refactor TeX Live packages to refer to SVN directly., guix-commits, 2024/06/26
- 98/141: gnu: Do not create origins for "ctxdocstrip.tex"., guix-commits, 2024/06/26
- 102/141: gnu: texlive-makecmds: Remove unnecessary input., guix-commits, 2024/06/26
- 104/141: gnu: texlive-psfragx: Remove native inputs., guix-commits, 2024/06/26
- 97/141: guix: import texlive: Reduce friction when updating., guix-commits, 2024/06/26
- 105/141: gnu: texlive-texaccents: Add missing script., guix-commits, 2024/06/26
- 103/141: gnu: texlive-dotseqn: Remove native input., guix-commits, 2024/06/26
- 99/141: gnu: texlive-metafont: Fix inputs., guix-commits, 2024/06/26
- 100/141: gnu: texlive-luatex: Remove unnecessary native input., guix-commits, 2024/06/26
- 107/141: gnu: texlive-cluttex: Add "cllualatex" and "clxelatex" symlinks.,
guix-commits <=
- 106/141: gnu: texlive-pdfcrop. Add "rpdfcrop" symlink., guix-commits, 2024/06/26
- 108/141: gnu: texlive-blockdraw-mp: Specify upstream name., guix-commits, 2024/06/26
- 109/141: gnu: texlive-kfsh-nat: Specify upstream name., guix-commits, 2024/06/26
- 110/141: gnu: tex: Set properties to protect inputs during updates., guix-commits, 2024/06/26
- 113/141: guix: download-multi-svn-to-store: Allow exporting from base URL., guix-commits, 2024/06/26
- 111/141: gnu: tex: Set properties to protect inputs during updates., guix-commits, 2024/06/26
- 112/141: gnu: texlive-match-parens: Specify upstream name., guix-commits, 2024/06/26
- 114/141: gnu: Turn TEXLIVE-SOURCE into a complete package., guix-commits, 2024/06/26
- 115/141: guix: import texlive: no bogus data with non-existing packages., guix-commits, 2024/06/26
- 116/141: gnu: texlive-ran-toks: Specify upstream name., guix-commits, 2024/06/26