stegseek: mark broken on darwin, only test on x86_64-linux
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user