1 { lib, stdenv, fetchFromGitHub, autoreconfHook, pkg-config, ronn, git, cmocka }:
3 stdenv.mkDerivation rec {
7 src = fetchFromGitHub {
11 sha256 = "sha256-YAwGgV5Vllz8JlIASbGIkdRzpciQbgPiXl5DjiSEJyE=";
14 nativeBuildInputs = [ autoreconfHook pkg-config ];
16 buildInputs = [ ronn git cmocka ];
19 "--enable-git-receiver"
27 description = "Blog compiler";
28 license = licenses.bsd3;
29 homepage = "https://blogc.rgm.io";
30 platforms = platforms.unix;
31 maintainers = with maintainers; [ sikmir ];