1 { lib, stdenv, fetchurl, libowfat, libcap, zlib, openssl, libxcrypt }:
6 stdenv.mkDerivation rec {
11 url = "https://www.fefe.de/gatling/${pname}-${version}.tar.xz";
12 sha256 = "0nrnws5qrl4frqcsfa9z973vv5mifgr9z170qbvg3mq1wa7475jz";
15 buildInputs = [ libowfat libcap zlib openssl libxcrypt ];
18 substituteInPlace Makefile --replace "/usr/local" "$out"
19 substituteInPlace GNUmakefile --replace "/opt/diet" "$out"
27 description = "A high performance web server";
28 homepage = "http://www.fefe.de/gatling/";
29 license = lib.licenses.gpl2;
30 platforms = platforms.linux;