Skip to content

Commit 3022e62

Browse files
committed
stegseek: mark broken on darwin, only test on x86_64-linux
1 parent cb11cca commit 3022e62

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pkgs/by-name/st/stegseek/package.nix

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,11 @@ stdenv.mkDerivation rec {
3131
zlib
3232
];
3333

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

3637
meta = with lib; {
38+
broken = stdenv.isDarwin;
3739
description = "Tool to crack steganography";
3840
longDescription = ''
3941
Stegseek is a lightning fast steghide cracker that can be

0 commit comments

Comments
 (0)