Skip to content

Commit a0d8769

Browse files
authored
syncthingtray: set mainProgram
1 parent d73210f commit a0d8769

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkgs/applications/misc/syncthingtray/default.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,5 +120,6 @@ stdenv.mkDerivation (finalAttrs: {
120120
license = licenses.gpl2Plus;
121121
maintainers = with maintainers; [ doronbehar ];
122122
platforms = platforms.linux ++ platforms.darwin;
123+
mainProgram = "syncthingtray";
123124
};
124125
})

0 commit comments

Comments
 (0)