Skip to content

Commit

Permalink
yubihsm-shell: mark as broken on darwin
Browse files Browse the repository at this point in the history
  • Loading branch information
wegank committed Nov 1, 2024
1 parent 55cc00d commit 0e48c6f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/tools/security/yubihsm-shell/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -70,5 +70,7 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/Yubico/yubihsm-shell";
maintainers = with maintainers; [ matthewcroughan ];
license = licenses.asl20;
platforms = platforms.all;
broken = stdenv.hostPlatform.isDarwin;
};
}

0 comments on commit 0e48c6f

Please sign in to comment.