10 stdenv.mkDerivation rec {
15 url = "http://www.web-polygraph.org/downloads/srcs/polygraph-${version}-src.tgz";
16 sha256 = "1rwzci3n7q33hw3spd79adnclzwgwlxcisc9szzjmcjqhbkcpj1a";
26 homepage = "http://www.web-polygraph.org";
27 description = "Performance testing tool for caching proxies, origin server accelerators, L4/7 switches, content filters, and other Web intermediaries";
28 platforms = platforms.linux;
29 license = licenses.asl20;