12 stdenv.mkDerivation rec {
16 src = fetchFromGitHub {
20 sha256 = "sha256-VJlvFiOsIyiu0kBU8NkObtt9j2ElrSzJtvE8wtSlOus=";
34 description = "Reliable logging library";
35 homepage = "https://www.librelp.com/";
36 license = licenses.gpl2;
37 platforms = platforms.linux;