rustPlatform.fetchCargoTarball: dontConfigure (by default)

This commit is contained in:
Doron Behar 2024-11-30 22:11:18 +02:00
parent e405f30513
commit 0d2b54f022

View File

@ -79,6 +79,7 @@ stdenv.mkDerivation (
cargo
] ++ nativeBuildInputs;
dontConfigure = true;
buildPhase = ''
runHook preBuild