1 { stdenv, lib, fetchFromGitHub, buildGoModule
9 src = fetchFromGitHub {
13 sha256 = "sha256-Cgf2YtAatfKWxhe4xAqNRB4ktsGs3ONi5XqbjcZwzTw=";
16 vendorHash = "sha256-UQT6BvJT26NViZDyh6yokgW18ptMiGCSf7CgMqtD9Oc=";
18 subPackages = [ "." ];
20 nativeBuildInputs = [ makeWrapper ];
23 wrapProgram $out/bin/mycorrhiza \
24 --prefix PATH : ${lib.makeBinPath [ git ]}
28 description = "Filesystem and git-based wiki engine written in Go using mycomarkup as its primary markup language";
29 homepage = "https://github.com/bouncepaw/mycorrhiza";
30 license = licenses.agpl3Only;
31 maintainers = with maintainers; [ chekoopa ];
32 platforms = platforms.linux;
33 mainProgram = "mycorrhiza";