1 { lib, stdenv, fetchFromGitHub }:
3 stdenv.mkDerivation rec {
7 src = fetchFromGitHub {
8 owner = "HardySimpson";
11 sha256 = "sha256-wpaMbFKSwTIFe3p65pMJ6Pf2qKp1uYZCyyinGU4AxrQ=";
14 makeFlags = [ "PREFIX=${placeholder "out"}" ];
17 description= "Reliable, high-performance, thread safe, flexible, clear-model, pure C logging library";
18 homepage = "https://hardysimpson.github.io/zlog/";
19 license = licenses.lgpl21;
20 maintainers = [ maintainers.matthiasbeyer ];
21 mainProgram = "zlog-chk-conf";
22 platforms = platforms.unix;