repo.or.cz
/
NixPkgs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
python3Packages.orjson: Disable failing tests on 32 bit
[NixPkgs.git]
/
pkgs
/
tools
/
security
/
zsteg
/
default.nix
blob
e47f285de70a7ec65a70e35c209b9310e18dfbee
1
{ lib, bundlerApp }:
2
3
bundlerApp {
4
pname = "zsteg";
5
6
gemdir = ./.;
7
8
exes = [ "zsteg" ];
9
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
};
16
}