1 { lib, bundlerApp, bundlerUpdateScript, ruby, makeWrapper, git, docutils, nixosTests }:
10 nativeBuildInputs = [ makeWrapper ];
12 passthru.updateScript = bundlerUpdateScript "gollum";
13 passthru.tests.gollum = nixosTests.gollum;
16 description = "A simple, Git-powered wiki with a sweet API and local frontend";
17 homepage = "https://github.com/gollum/gollum";
18 changelog = "https://github.com/gollum/gollum/blob/HEAD/HISTORY.md";
19 license = licenses.mit;
20 maintainers = with maintainers; [ erictapen jgillich nicknovitski bbenno ];
21 platforms = platforms.unix;