Path to this page:
Subject: CVS commit: pkgsrc/lang/rust
From: Tobias Nygren
Date: 2024-05-04 22:06:55
Message id: 20240504200655.6E4BEFA2C@cvs.NetBSD.org
Log Message:
rust: move pkgsrc's generated cargo config to $WRKDIR
Some setuptools-rust packages (at least py-bcrypt) won't find it in the
source directory, leading to the pkgsrc crate vendoring not having the
desired effect. Move it to ${WRKDIR}/.cargo/config.toml instead and
set CARGO_HOME in the environment such that cargo will find it regardless
of which directory it is started from.
Files: