{ stdenv, libgit2, md4c, }: stdenv.mkDerivation { name = "stagit"; src = ./.; makeFlags = [ "PREFIX=$(out)" ]; buildInputs = [ libgit2 md4c ]; }