Commit a1663fbd authored by figsoda's avatar figsoda Committed by Yt
Browse files

rustPlatform.buildRustPackage: fix auditable option when cargo-auditable is...

rustPlatform.buildRustPackage: fix auditable option when cargo-auditable is not provided to makeRustPlatform
parent d6481fa8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
{ buildPackages, callPackage, stdenv, runCommand }@prev:
{ buildPackages, callPackage, cargo-auditable, stdenv, runCommand }@prev:

{ rustc
, cargo
, cargo-auditable ? null
, cargo-auditable ? prev.cargo-auditable
, stdenv ? prev.stdenv
, ...
}: