Loading pkgs/by-name/st/stegseek/package.nix +3 −1 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
pkgs/by-name/st/stegseek/package.nix +3 −1 Original line number Diff line number Diff line Loading @@ -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 Loading