This is an automated email from the git hooks/post-receive script.
guix_mirror_bot pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new b56e69f555 gnu: tectonic: Install the binary.
b56e69f555 is described below
commit b56e69f555cffc9cad4490f2b5a303935b8b7116
Author: Efraim Flashner <[email protected]>
AuthorDate: Mon Feb 16 10:04:41 2026 +0200
gnu: tectonic: Install the binary.
Fixes: guix/guix#4671.
* gnu/packages/rust-apps.scm (tectonic)[arguments]: Add
cargo-install-paths.
Change-Id: I13a5d5cfd0a117d68b7896cc40ccb44e0f3705fc
---
gnu/packages/rust-apps.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/packages/rust-apps.scm b/gnu/packages/rust-apps.scm
index b4604a619a..1d5143f98a 100644
--- a/gnu/packages/rust-apps.scm
+++ b/gnu/packages/rust-apps.scm
@@ -2895,6 +2895,7 @@ diagnostics, autocompletion, documentation, and
formatting.")
(arguments
(list
#:install-source? #f
+ #:cargo-install-paths ''(".")
#:features '(list "external-harfbuzz")
#:cargo-test-flags '(list "--features" "external-harfbuzz")
#:phases