[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
128/141: gnu: texlive-optex: Create missing symlink.
From: |
guix-commits |
Subject: |
128/141: gnu: texlive-optex: Create missing symlink. |
Date: |
Wed, 26 Jun 2024 06:34:59 -0400 (EDT) |
ngz pushed a commit to branch tex-team
in repository guix.
commit 2f7289da9586cdb2e88fd485d0ac4a0fe069956d
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Jun 23 11:21:18 2024 +0200
gnu: texlive-optex: Create missing symlink.
* gnu/packages/tex.scm (texlive-optex)[arguments]<#:phases>: Create missing
symlink.
Change-Id: I5b86e979ca3c6ce2aa8e6481596389dd83acb4ca
---
gnu/packages/tex.scm | 12 +++++++++++-
1 file changed, 11 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 5d39e48069..960246194e 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -71829,7 +71829,17 @@ and back-ends. It also ensures compatibility with the
@code{media9} and
"0bcrj9wrimcd2pxrcfk7x3vkhxzij4422l19a8j4h299lkq3pbx0"))))
(outputs '("out" "doc"))
(build-system texlive-build-system)
- (arguments (list #:create-formats #~(list "optex")))
+ (arguments
+ (list #:create-formats #~(list "optex")
+ #:phases
+ #~(modify-phases %standard-phases
+ (add-after 'install 'symlink-binaries
+ (lambda* (#:key inputs #:allow-other-keys)
+ (let ((luatex (search-input-file inputs "bin/luatex"))
+ (bin (string-append #$output "/bin")))
+ (mkdir-p bin)
+ (with-directory-excursion bin
+ (symlink luatex "optex"))))))))
(propagated-inputs
(list texlive-amsfonts
texlive-cm
- 129/141: gnu: texlive-platex: Create missing symlink., (continued)
- 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
- 134/141: gnu: Update TeX Live to 2024.2., guix-commits, 2024/06/26
- 137/141: gnu: tex: Add comments about TeX Live updating process., guix-commits, 2024/06/26
- 128/141: gnu: texlive-optex: Create missing symlink.,
guix-commits <=
- 124/141: gnu: texlive-eplain: Create missing symlink., guix-commits, 2024/06/26
- 133/141: gnu: texlive-jadetex: Small refactoring., guix-commits, 2024/06/26
- 140/141: gnu: texlive-autopdf: Fix build., guix-commits, 2024/06/26
- 136/141: gnu: texlive-luajittex-bin: Skip build on ppc64le and riscv64 architectures., guix-commits, 2024/06/26