1 { lib, fetchFromGitHub, buildGoPackage, pkg-config, libappindicator-gtk3 }:
4 pname = "syncthing-tray";
7 goPackagePath = "github.com/alex2108/syncthing-tray";
9 src = fetchFromGitHub {
11 repo = "syncthing-tray";
13 sha256 = "0869kinnsfzb8ydd0sv9fgqsi1sy5rhqg4whfdnrv82xjc71xyw3";
18 nativeBuildInputs = [ pkg-config ];
19 buildInputs = [ libappindicator-gtk3 ];
22 description = "Simple application tray for syncthing";
23 homepage = "https://github.com/alex2108/syncthing-tray";
24 license = licenses.mit;
25 maintainers = with maintainers; [ nickhu ];