7 stdenv.mkDerivation rec {
11 outputs = [ "out" "dev" ];
13 src = fetchFromGitHub {
14 owner = "SergiusTheBest";
17 hash = "sha256-NZphrg9OB1FTY2ifu76AXeCyGwW2a2BkxMGjZPf4uM8=";
26 "-DPLOG_BUILD_SAMPLES=NO"
30 description = "Portable, simple and extensible C++ logging library";
31 homepage = "https://github.com/SergiusTheBest/plog";
32 license = licenses.mit;
33 platforms = platforms.linux ++ platforms.darwin;
34 maintainers = with maintainers; [ raphaelr erdnaxe ];