stegseek: mark broken on darwin, only test on x86_64-linux

This commit is contained in:
Martin Weinelt
2025-01-09 02:20:13 +01:00
parent cb11cca0f4
commit 3022e62830
+3 -1
View File
@@ -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