Skip to content

Commit

Permalink
buildRustPackage: fix passing depsExtraArgs to fetchCargoVendor
Browse files Browse the repository at this point in the history
(cherry picked from commit 455241a)
  • Loading branch information
TomaSajt authored and JohnRTitor committed Dec 6, 2024
1 parent fbce9ea commit 56125e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/build-support/rust/build-rust-package/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 56125e2

Please sign in to comment.