1 { lib, stdenv, fetchFromGitHub
9 stdenv.mkDerivation rec {
13 src = fetchFromGitHub {
17 sha256 = "sha256-VJlvFiOsIyiu0kBU8NkObtt9j2ElrSzJtvE8wtSlOus=";
20 nativeBuildInputs = [ pkg-config autoreconfHook ];
21 buildInputs = [ gnutls zlib openssl ];
24 description = "A reliable logging library";
25 homepage = "https://www.librelp.com/";
26 license = licenses.gpl2;
27 platforms = platforms.linux;