summary refs log tree commit diff
path: root/pkgs/applications/networking/irc/thelounge/default.nix
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2023-08-03 00:01:56 +0000
committerGitHub <noreply@github.com>2023-08-03 00:01:56 +0000
commit5827446dcee029648317aa1ed6823f0766775a29 (patch)
treecaefc7065fc760dd6c8c460a6f55172c914b2cb8 /pkgs/applications/networking/irc/thelounge/default.nix
parentf4d61a2542c803d1a8ab360d260e5f55db3ebb81 (diff)
parent91991a339a45b7f28d49a1371b65642016e5905f (diff)
downloadnixpkgs-5827446dcee029648317aa1ed6823f0766775a29.tar
nixpkgs-5827446dcee029648317aa1ed6823f0766775a29.tar.gz
nixpkgs-5827446dcee029648317aa1ed6823f0766775a29.tar.bz2
nixpkgs-5827446dcee029648317aa1ed6823f0766775a29.tar.lz
nixpkgs-5827446dcee029648317aa1ed6823f0766775a29.tar.xz
nixpkgs-5827446dcee029648317aa1ed6823f0766775a29.tar.zst
nixpkgs-5827446dcee029648317aa1ed6823f0766775a29.zip
Merge master into staging-next
Diffstat (limited to 'pkgs/applications/networking/irc/thelounge/default.nix')
-rw-r--r--pkgs/applications/networking/irc/thelounge/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/networking/irc/thelounge/default.nix b/pkgs/applications/networking/irc/thelounge/default.nix
index adb46e2bab7..eff1458e07e 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";
   };
 })