buildRustPackage: disable cargo-auditable on pkgsStatic aarch64
This commit is contained in:
parent
48a6213611
commit
0eed8836c5
1 changed files with 2 additions and 1 deletions
|
@ -44,7 +44,8 @@
|
|||
, buildFeatures ? [ ]
|
||||
, checkFeatures ? buildFeatures
|
||||
, useNextest ? false
|
||||
, auditable ? !cargo-auditable.meta.broken
|
||||
# Enable except on aarch64 pkgsStatic, where we use lld for reasons
|
||||
, auditable ? !cargo-auditable.meta.broken && !(stdenv.hostPlatform.isStatic && stdenv.hostPlatform.isAarch64 && !stdenv.hostPlatform.isDarwin)
|
||||
|
||||
, depsExtraArgs ? {}
|
||||
|
||||
|
|
Loading…
Reference in a new issue