Skip to content

Commit

Permalink
stegseek: mark broken on darwin, disable tests on aarch64-linux
Browse files Browse the repository at this point in the history
  • Loading branch information
mweinelt committed Jan 9, 2025
1 parent cb11cca commit 545d135
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pkgs/by-name/st/stegseek/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,11 @@ stdenv.mkDerivation rec {
zlib
];

doCheck = true;
# tests get stuck on aarch64-linux
doCheck = stdenv.isx86_64 && stdenv.isLinux;

meta = with lib; {
broken = stdenv.isDarwin;
description = "Tool to crack steganography";
longDescription = ''
Stegseek is a lightning fast steghide cracker that can be
Expand Down

0 comments on commit 545d135

Please sign in to comment.