buildRustPackage: disable auditing if it's broken
See also: ad3a532658
("rust/cargo.nix: disable audit if audit.meta.broken")
Fixes cross eval of clippy.
This commit is contained in:
parent
f489c5d7b4
commit
376ba26812
@ -45,7 +45,7 @@
|
||||
, buildFeatures ? [ ]
|
||||
, checkFeatures ? buildFeatures
|
||||
, useNextest ? false
|
||||
, auditable ? true
|
||||
, auditable ? !cargo-auditable.meta.broken
|
||||
|
||||
, depsExtraArgs ? {}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user