6 stdenvNoCC.mkDerivation rec {
10 src = fetchFromGitHub {
14 hash = "sha256-Xhle7SODRZlHT3798mYIzBi1Mqjz8ai74/UnbVWetiY=";
24 install -Dm644 $src/include/aixlog.hpp $out/include/aixlog.hpp
30 description = "Header-only C++ logging library";
31 homepage = "https://github.com/badaix/aixlog";
32 changelog = "https://github.com/badaix/aixlog/releases/tag/${src.rev}";
33 license = licenses.mit;
34 maintainers = with maintainers; [ azahi ];