Unverified Commit 69251dc9 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

buildRustPackage: fix passing depsExtraArgs to fetchCargoVendor (#359211)

parents e1f3e7b0 455241a0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;