[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
133/141: gnu: texlive-jadetex: Small refactoring.
From: |
guix-commits |
Subject: |
133/141: gnu: texlive-jadetex: Small refactoring. |
Date: |
Wed, 26 Jun 2024 06:35:06 -0400 (EDT) |
ngz pushed a commit to branch tex-team
in repository guix.
commit f0608f79c66d1af1120133896bb2035702a16cdc
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Jun 23 11:28:00 2024 +0200
gnu: texlive-jadetex: Small refactoring.
* gnu/packages/tex.scm (texlive-jadetex)[arguments]<#:phases>: Small
refactoring.
Change-Id: Idfce791bd7f3b0a1c5ce509ef90ddb9044c78ee3
---
gnu/packages/tex.scm | 11 +++++------
1 file changed, 5 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index cf24cdcf83..ed6e4d8559 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -70379,12 +70379,11 @@ of ink traps which typify the Kurier font.")
(add-after 'install 'install-wrappers
(lambda* (#:key inputs #:allow-other-keys)
(let ((pdftex (search-input-file inputs "/bin/pdftex"))
- (web2c (string-append #$output "/share/texmf-dist/web2c")))
- (mkdir-p (string-append #$output "/bin"))
- (symlink pdftex
- (string-append #$output "/bin/jadetex"))
- (symlink pdftex
- (string-append #$output "/bin/pdfjadetex"))))))))
+ (bin (string-append #$output "/bin")))
+ (mkdir-p bin)
+ (with-directory-excursion bin
+ (symlink pdftex "jadetex")
+ (symlink pdftex "pdfjadetex"))))))))
(propagated-inputs
(list texlive-amsfonts
texlive-atbegshi
- 132/141: gnu: texlive-xmltex: Remove useless binding., (continued)
- 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, 2024/06/26
- 133/141: gnu: texlive-jadetex: Small refactoring.,
guix-commits <=
- 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