1 { lib, stdenv, fetchFromGitHub, autoreconfHook, openssl }:
3 stdenv.mkDerivation rec {
7 src = fetchFromGitHub {
10 rev = "3209c7f9b15069d4b79079e03bafba5b444569ff";
11 sha256 = "0p48z9bcpdjq3nsarl26f0xbxmqgw42k5qmfy8wv5bcrz6b3na42";
14 nativeBuildInputs = [ autoreconfHook ];
15 propagatedBuildInputs = [ openssl ];
26 mv -v src/httperf $out/bin
30 description = "The httperf HTTP load generator";
31 homepage = "https://github.com/httperf/httperf";
32 maintainers = with maintainers; [ ];
33 license = licenses.gpl2;
34 platforms = platforms.all;