[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
78/141: gnu: texlive-scripts: Add missing "mktexfmt" symlink.
From: |
guix-commits |
Subject: |
78/141: gnu: texlive-scripts: Add missing "mktexfmt" symlink. |
Date: |
Wed, 26 Jun 2024 06:34:17 -0400 (EDT) |
ngz pushed a commit to branch tex-team
in repository guix.
commit a1fef537e649a90257d8290fb524d36ad15859f6
Author: spencerpeters <spencerpeters@protonmail.com>
AuthorDate: Mon Jun 17 09:09:53 2024 +0200
gnu: texlive-scripts: Add missing "mktexfmt" symlink.
* gnu/packages/tex.scm (texlive-scripts)[arguments]<#:phases>: Add missing
"mktexfmt" symlink during LINK-SCRIPTS phase.
Change-Id: I7100fc3d92ab625ff4d6a0a6945d5ab4c5121ed8
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
gnu/packages/tex.scm | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 9d356e580c..e7e5444195 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -498,7 +498,9 @@ of user-specified directories similar to how shells look up
executables.")
(apply (assoc-ref tex:%standard-phases 'link-scripts)
(list #:outputs outputs
#:link-scripts
- (find-files "scripts")))))))))
+ (find-files "scripts"))))
+ (with-directory-excursion (string-append #$output "/bin")
+ (symlink "fmtutil" "mktexfmt")))))))
(inputs (list perl))
(home-page "https://www.tug.org/texlive/")
(synopsis "TeX Live infrastructure programs")
- 67/141: gnu: texlive-dviout-util: Build binaries separately., (continued)
- 67/141: gnu: texlive-dviout-util: Build binaries separately., guix-commits, 2024/06/26
- 69/141: gnu: texlive-dvipos: Build binaries separately., guix-commits, 2024/06/26
- 68/141: gnu: texlive-ps2pk: Build binaries separately., guix-commits, 2024/06/26
- 70/141: gnu: texlive-musixtnt: Build binary separately., guix-commits, 2024/06/26
- 71/141: gnu: texlive-axodraw2: Build binary separately., guix-commits, 2024/06/26
- 72/141: gnu: texlive-xindy: Build binary separately., guix-commits, 2024/06/26
- 73/141: guix: import texlive: Propagate binaries when necessary., guix-commits, 2024/06/26
- 75/141: gnu: Update commentary section in "tex.scm"., guix-commits, 2024/06/26
- 74/141: gnu: texlive-docstrip: Remove it., guix-commits, 2024/06/26
- 76/141: gnu: texlive-xits: Fix typo in description., guix-commits, 2024/06/26
- 78/141: gnu: texlive-scripts: Add missing "mktexfmt" symlink.,
guix-commits <=
- 77/141: gnu: texlive-texdirflatten: Add missing Perl input., guix-commits, 2024/06/26
- 79/141: gnu: python-sphinx: Fix build., guix-commits, 2024/06/26
- 81/141: guix: import texlive: Rename some functions., guix-commits, 2024/06/26
- 80/141: gnu: texlive-hyphen-complete: Fix locations., guix-commits, 2024/06/26
- 84/141: guix: import texlive: Move a comment., guix-commits, 2024/06/26
- 87/141: guix: import texlive: Implement auto-updates., guix-commits, 2024/06/26
- 86/141: guix: import texlive: Handle versions., guix-commits, 2024/06/26
- 82/141: guix: import texlive: Sort modules alphabetically., guix-commits, 2024/06/26
- 83/141: guix: import texlive: Remove `files-differ?' function., guix-commits, 2024/06/26
- 92/141: gnu: Factorize URLs relative to TeX Live., guix-commits, 2024/06/26