mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 22:43:01 +00:00
certdump: mark broken on aarch64-darwin
This commit is contained in:
parent
9c88243f6d
commit
fd3d60b2ed
@ -35,5 +35,6 @@ buildDotnetModule rec {
|
||||
'';
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = [ lib.maintainers.baloo ];
|
||||
broken = stdenv.hostPlatform.isAarch64 && stdenv.hostPlatform.isDarwin;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user