1 { lib, stdenv, aflplusplus}:
4 version = lib.getVersion aflplusplus;
8 postUnpack = "chmod -R +w ${aflplusplus.src.name}";
9 sourceRoot = "${aflplusplus.src.name}/libtokencap";
11 makeFlags = [ "PREFIX=$(out)" ];
15 mkdir -p $out/share/doc/afl
19 cat > $out/bin/get-libtokencap-so <<END
21 echo $out/lib/afl/libtokencap.so
23 chmod +x $out/bin/get-libtokencap-so
27 homepage = "https://github.com/vanhauser-thc/AFLplusplus";
28 description = "strcmp & memcmp token capture library";
29 license = lib.licenses.asl20;
30 maintainers = with maintainers; [ ris ];