Skip to content

Commit

Permalink
certdump: mark broken on aarch64-darwin
Browse files Browse the repository at this point in the history
  • Loading branch information
corngood committed Nov 18, 2024
1 parent 9c88243 commit fd3d60b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/by-name/ce/certdump/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,6 @@ buildDotnetModule rec {
'';
license = lib.licenses.asl20;
maintainers = [ lib.maintainers.baloo ];
broken = stdenv.hostPlatform.isAarch64 && stdenv.hostPlatform.isDarwin;
};
}

0 comments on commit fd3d60b

Please sign in to comment.