mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
cargo-auditable: mark broken if cross
This commit is contained in:
parent
75ff3a68f1
commit
758ae7d4f4
1 changed files with 4 additions and 1 deletions
|
@ -1,4 +1,6 @@
|
||||||
{ lib, fetchFromGitHub, makeRustPlatform, rustc, cargo, installShellFiles }:
|
{ lib
|
||||||
|
, stdenv
|
||||||
|
, fetchFromGitHub, makeRustPlatform, rustc, cargo, installShellFiles }:
|
||||||
|
|
||||||
let
|
let
|
||||||
args = rec {
|
args = rec {
|
||||||
|
@ -25,6 +27,7 @@ let
|
||||||
changelog = "https://github.com/rust-secure-code/cargo-auditable/blob/v${version}/cargo-auditable/CHANGELOG.md";
|
changelog = "https://github.com/rust-secure-code/cargo-auditable/blob/v${version}/cargo-auditable/CHANGELOG.md";
|
||||||
license = with licenses; [ mit /* or */ asl20 ];
|
license = with licenses; [ mit /* or */ asl20 ];
|
||||||
maintainers = with maintainers; [ figsoda ];
|
maintainers = with maintainers; [ figsoda ];
|
||||||
|
broken = stdenv.hostPlatform != stdenv.buildPlatform;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue