rustPlatform.buildRustPackage: fix auditable option when cargo-auditable is not provided to makeRustPlatform
This commit is contained in:
parent
d6481fa812
commit
a1663fbdf6
@ -1,8 +1,8 @@
|
||||
{ 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
|
||||
, ...
|
||||
}:
|
||||
|
Loading…
Reference in New Issue
Block a user