python3Packages.orjson: Disable failing tests on 32 bit
[NixPkgs.git] / pkgs / tools / security / zsteg / default.nix
blobe47f285de70a7ec65a70e35c209b9310e18dfbee
1 { lib, bundlerApp }:
3 bundlerApp {
4   pname = "zsteg";
6   gemdir = ./.;
8   exes = [ "zsteg" ];
10   meta = with lib; {
11     description = "Detect stegano-hidden data in PNG & BMP.";
12     homepage = "http://zed.0xff.me/";
13     license = licenses.mit;
14     maintainers = with maintainers; [ applePrincess ];
15   };