about summary refs log tree commit diff
path: root/pkgs/by-name/wa
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2024-03-19 06:01:43 +0000
committerGitHub <noreply@github.com>2024-03-19 06:01:43 +0000
commit66eeab8faf9779c6e990a978e46471ba2d0a7d2a (patch)
tree59ef31658d52add31692e42d855b8fce95c73569 /pkgs/by-name/wa
parentb727e4cb210367459e4299f8521d9c781fe70fc5 (diff)
parent8ee0e6664b4d07c288c8c303dcb682ff23bde432 (diff)
Merge staging-next into staging
Diffstat (limited to 'pkgs/by-name/wa')
-rw-r--r--pkgs/by-name/wa/wayland-logout/package.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/by-name/wa/wayland-logout/package.nix b/pkgs/by-name/wa/wayland-logout/package.nix
index 22e197a4987a9..272b3dfbe06fc 100644
--- a/pkgs/by-name/wa/wayland-logout/package.nix
+++ b/pkgs/by-name/wa/wayland-logout/package.nix
@@ -19,6 +19,7 @@ stdenv.mkDerivation rec {
     description = ''
       A utility designed to kill a single instance of a wayland compositor
     '';
+    mainProgram = "wayland-logout";
     homepage = "https://github.com/soreau/wayland-logout";
     maintainers = with maintainers; [quantenzitrone];
     license = with licenses; [mit];