mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 12:15:34 +03:00
buildRustPackage: fix passing depsExtraArgs to fetchCargoVendor
This commit is contained in:
parent
096ede7f2b
commit
455241a036
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ let
|
|||
if cargoVendorDir != null then null
|
||||
else if cargoDeps != null then cargoDeps
|
||||
else if cargoLock != null then importCargoLock cargoLock
|
||||
else if useFetchCargoVendor then (fetchCargoVendor {
|
||||
else if useFetchCargoVendor then fetchCargoVendor ({
|
||||
inherit src srcs sourceRoot preUnpack unpackPhase postUnpack;
|
||||
name = cargoDepsName;
|
||||
patches = cargoPatches;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue