mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 06:53:01 +00:00
buildRustPackage: disable cargo-auditable on pkgsStatic aarch64
This commit is contained in:
parent
48a6213611
commit
0eed8836c5
@ -44,7 +44,8 @@
|
|||||||
, buildFeatures ? [ ]
|
, buildFeatures ? [ ]
|
||||||
, checkFeatures ? buildFeatures
|
, checkFeatures ? buildFeatures
|
||||||
, useNextest ? false
|
, 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 ? {}
|
, depsExtraArgs ? {}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user