Commit 376ba268 authored by Alyssa Ross's avatar Alyssa Ross Committed by Winter
Browse files

buildRustPackage: disable auditing if it's broken

See also: ad3a5326 ("rust/cargo.nix: disable audit if audit.meta.broken")

Fixes cross eval of clippy.
parent f489c5d7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -45,7 +45,7 @@
, buildFeatures ? [ ]
, checkFeatures ? buildFeatures
, useNextest ? false
, auditable ? true
, auditable ? !cargo-auditable.meta.broken

, depsExtraArgs ? {}