From 4c1d3cee607c7e37ae1129836930fb5b9003af23 Mon Sep 17 00:00:00 2001 From: Robert Hensing Date: Mon, 31 Jul 2023 21:21:43 +0200 Subject: treewide: Add meta.mainProgram This should fix most warnings getExe in based on grepping `nixos/`. --- pkgs/applications/networking/irc/thelounge/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'pkgs/applications/networking/irc') diff --git a/pkgs/applications/networking/irc/thelounge/default.nix b/pkgs/applications/networking/irc/thelounge/default.nix index adb46e2bab7c..eff1458e07e3 100644 --- a/pkgs/applications/networking/irc/thelounge/default.nix +++ b/pkgs/applications/networking/irc/thelounge/default.nix @@ -88,5 +88,6 @@ stdenv.mkDerivation (finalAttrs: { maintainers = with maintainers; [ winter raitobezarius ]; license = licenses.mit; inherit (nodejs.meta) platforms; + mainProgram = "thelounge"; }; }) -- cgit 1.4.1