Balló György pushed to branch main at Arch Linux / Packaging / Packages /
typesetter
Commits:
2eb4c039 by Balló György at 2026-09-22T04:26:29+02:00
Match CARGO_HOME in src/meson.build
- - - - -
1 changed file:
- PKGBUILD
Changes:
=====================================
PKGBUILD
=====================================
@@ -40,7 +40,8 @@ prepare() {
cd "$pkgname"
# download dependencies
- cargo fetch --locked --target host-tuple
+ CARGO_HOME="$srcdir/build/cargo-home" \
+ cargo fetch --locked --target host-tuple
# use system zstd
export ZSTD_SYS_USE_PKG_CONFIG=1
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/typesetter/-/commit/2eb4c039394bef48cf3c07d0d4e6c5a026ee1ec9
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/typesetter/-/commit/2eb4c039394bef48cf3c07d0d4e6c5a026ee1ec9
You're receiving this email because of your account on gitlab.archlinux.org.
Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications
| Help: https://gitlab.archlinux.org/help