[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
130/141: gnu: texlive-uplatex: Create missing symlink.
From: |
guix-commits |
Subject: |
130/141: gnu: texlive-uplatex: Create missing symlink. |
Date: |
Wed, 26 Jun 2024 06:35:01 -0400 (EDT) |
ngz pushed a commit to branch tex-team
in repository guix.
commit b9421b23ec4ec72b4b42386a5735ae695712aa71
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Jun 23 11:24:47 2024 +0200
gnu: texlive-uplatex: Create missing symlink.
* gnu/packages/tex.scm (texlive-uplatex)[arguments]<#:phases>: Create
missing
symlink.
Change-Id: I2f1d251f1826d7386507dd5717bebb8652614b3d
---
gnu/packages/tex.scm | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index d7e63cbd1e..1623cf8eea 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -46357,7 +46357,14 @@ barcodes.")
(lambda _
(substitute* "source/uplatex/base/uplfmt.ins"
(("\\\\keepsilent\n" all)
- (string-append all "\\askforoverwritefalse\n"))))))))
+ (string-append all "\\askforoverwritefalse\n")))))
+ (add-after 'install 'symlink-binaries
+ (lambda* (#:key inputs #:allow-other-keys)
+ (let ((euptex (search-input-file inputs "bin/euptex"))
+ (bin (string-append #$output "/bin")))
+ (mkdir-p bin)
+ (with-directory-excursion bin
+ (symlink euptex "uplatex"))))))))
(propagated-inputs
(list texlive-atbegshi
texlive-atveryend
- 114/141: gnu: Turn TEXLIVE-SOURCE into a complete package., (continued)
- 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
- 117/141: gnu: texlive-ctan-chk: Specify upstream name., guix-commits, 2024/06/26
- 120/141: gnu: texlive-ec: Remove reference to TeX Live version in license., guix-commits, 2024/06/26
- 121/141: guix: import texlive: Add UPSTREAM-NAME property when necessary., guix-commits, 2024/06/26
- 118/141: gnu: texlive-r-und-s: Specify upstream name., guix-commits, 2024/06/26
- 119/141: gnu: texlive-pstricks-calcnotes: Specify upstream name., guix-commits, 2024/06/26
- 122/141: gnu: texlive-amstex: Create missing symlink., guix-commits, 2024/06/26
- 126/141: gnu: texlive-mex: Create missing symlinks., guix-commits, 2024/06/26
- 130/141: gnu: texlive-uplatex: Create missing symlink.,
guix-commits <=
- 123/141: gnu: texlive-csplain: Create missing symlinks., guix-commits, 2024/06/26
- 125/141: gnu: texlive-lollipop: Create missing symlink., guix-commits, 2024/06/26
- 129/141: gnu: texlive-platex: Create missing symlink., guix-commits, 2024/06/26
- 131/141: gnu: texlive-texsis: Create missing symlink., guix-commits, 2024/06/26
- 132/141: gnu: texlive-xmltex: Remove useless binding., guix-commits, 2024/06/26
- 139/141: gnu: texlive-extract: Skip build., guix-commits, 2024/06/26
- 135/141: gnu: texlive-context: Fix context executable., guix-commits, 2024/06/26
- 127/141: gnu: texlive-mltex: Create missing symlinks., guix-commits, 2024/06/26
- 138/141: gnu: texlive-luatex: Generate "luatex.fmt" and "dviluatex.fmt"., guix-commits, 2024/06/26
- 141/141: gnu: texlive-xpinyin: Skip build., guix-commits, 2024/06/26