We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c285cd4 + a0d8769 commit 60f88afCopy full SHA for 60f88af
pkgs/applications/misc/syncthingtray/default.nix
@@ -120,5 +120,6 @@ stdenv.mkDerivation (finalAttrs: {
120
license = licenses.gpl2Plus;
121
maintainers = with maintainers; [ doronbehar ];
122
platforms = platforms.linux ++ platforms.darwin;
123
+ mainProgram = "syncthingtray";
124
};
125
})
0 commit comments