about summary refs log tree commit diff
path: root/nixpkgs/pkgs/applications/misc/rofi/wayland.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/applications/misc/rofi/wayland.nix')
-rw-r--r--nixpkgs/pkgs/applications/misc/rofi/wayland.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixpkgs/pkgs/applications/misc/rofi/wayland.nix b/nixpkgs/pkgs/applications/misc/rofi/wayland.nix
index 1d7ef32cd37e..1466d3e23233 100644
--- a/nixpkgs/pkgs/applications/misc/rofi/wayland.nix
+++ b/nixpkgs/pkgs/applications/misc/rofi/wayland.nix
@@ -26,6 +26,7 @@ rofi-unwrapped.overrideAttrs (oldAttrs: rec {
     description = "Window switcher, run dialog and dmenu replacement for Wayland";
     homepage = "https://github.com/lbonn/rofi";
     license = licenses.mit;
+    mainProgram = "rofi";
     maintainers = with maintainers; [ bew ];
     platforms = with platforms; linux;
   };