9 stdenv.mkDerivation rec {
11 version = "unstable-2021-04-28";
13 src = fetchFromGitHub {
16 rev = "18c649203f009ef1d77d6f8301eba09af3777adf";
17 sha256 = "1rf0jcy2lf8jbzpkhfgv289hc8zdy5zs6sn36k4vlqvilginxiid";
20 nativeBuildInputs = [ cmake ];
22 buildInputs = [ libevent ];
25 "-DEVHTP_DISABLE_SSL=ON"
26 "-DEVHTP_BUILD_SHARED=ON"
30 description = "Create extremely-fast and secure embedded HTTP servers with ease";
31 homepage = "https://github.com/criticalstack/libevhtp";
32 license = licenses.bsd3;
33 maintainers = with maintainers; [