Skip to content

Commit 4513971

Browse files
nydragonteto
authored andcommitted
tail-tray: set meta.mainProgram
Fixing a warning during evaluation.
1 parent 472b410 commit 4513971

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkgs/by-name/ta/tail-tray/package.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ stdenv.mkDerivation rec {
3939
description = "Tray icon to manage Tailscale";
4040
homepage = "https://github.com/SneWs/tail-tray";
4141
changelog = "https://github.com/SneWs/tail-tray/releases/tag/${version}";
42+
mainProgram = "tail-tray";
4243
license = lib.licenses.gpl3Only;
4344
maintainers = with lib.maintainers; [ Svenum ];
4445
platforms = lib.platforms.linux;

0 commit comments

Comments
 (0)