mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-03 03:23:17 +00:00
rustPlatform.fetchCargoTarball: dontConfigure (by default)
This commit is contained in:
parent
e405f30513
commit
0d2b54f022
@ -79,6 +79,7 @@ stdenv.mkDerivation (
|
||||
cargo
|
||||
] ++ nativeBuildInputs;
|
||||
|
||||
dontConfigure = true;
|
||||
buildPhase = ''
|
||||
runHook preBuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user