1 { lib, stdenv, fetchFromGitHub, pkg-config, autoreconfHook }:
3 stdenv.mkDerivation rec {
7 src = fetchFromGitHub {
11 sha256 = "0li1s11xf32dafxq1jbnc8c63313hy9ry09dja2rymk9mza4x2n9";
14 nativeBuildInputs = [ pkg-config autoreconfHook ];
17 description = "Transparent application input fuzzer";
18 homepage = "http://caca.zoy.org/wiki/zzuf";
19 license = licenses.wtfpl;
20 platforms = platforms.linux;
21 maintainers = with maintainers; [ lihop ];