[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
124/141: gnu: texlive-eplain: Create missing symlink.
From: |
guix-commits |
Subject: |
124/141: gnu: texlive-eplain: Create missing symlink. |
Date: |
Wed, 26 Jun 2024 06:34:54 -0400 (EDT) |
ngz pushed a commit to branch tex-team
in repository guix.
commit 2884bf24493ec156fb06a38ba60fe42d77e222ee
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Jun 23 11:07:12 2024 +0200
gnu: texlive-eplain: Create missing symlink.
* gnu/packages/tex.scm (texlive-eplain)[arguments]<#:phases>: Create missing
symlink.
Change-Id: I4183b1bd6a7d699fc5a802b6da0330664f2f524b
---
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 b9a2ce891f..f92b6c73e0 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -15652,7 +15652,17 @@ Cosmetica font, which is a similar design to Optima
and includes Greek.")
"00nmqhfckrf8ygw6i93d5xnf85i8a88ryadb5ml73w4rllwjxr72"))))
(outputs '("out" "doc"))
(build-system texlive-build-system)
- (arguments (list #:create-formats #~(list "eplain")))
+ (arguments
+ (list #:create-formats #~(list "eplain")
+ #:phases
+ #~(modify-phases %standard-phases
+ (add-after 'install 'symlink-binaries
+ (lambda* (#:key inputs #:allow-other-keys)
+ (let ((pdftex (search-input-file inputs "bin/pdftex"))
+ (bin (string-append #$output "/bin")))
+ (mkdir-p bin)
+ (with-directory-excursion bin
+ (symlink pdftex "eplain"))))))))
(propagated-inputs
(list texlive-atbegshi
texlive-atveryend
- 131/141: gnu: texlive-texsis: Create missing symlink., (continued)
- 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, 2024/06/26
- 124/141: gnu: texlive-eplain: Create missing symlink.,
guix-commits <=
- 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