about summary refs log tree commit diff
path: root/pkgs/applications/misc/dmenu
diff options
context:
space:
mode:
authorV <v@anomalous.eu>2024-02-13 18:02:16 +0100
committerV <v@anomalous.eu>2024-02-13 18:06:24 +0100
commitc0adb0b97be930c517820058820580e1a3dad24a (patch)
tree2e79a1739d8a947b04e47630db0011a4a9ecf1a3 /pkgs/applications/misc/dmenu
parentb5a197754683d96928d6f7cd8c9bef024775aad5 (diff)
dmenu-wayland: add meta.mainProgram
This is necessary for lib.getExe to work correctly, as the package name
does not match the binary name.

Change-Id: I1a46023a1201b8b51798de44763b970cb7712451
Diffstat (limited to 'pkgs/applications/misc/dmenu')
-rw-r--r--pkgs/applications/misc/dmenu/wayland.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/misc/dmenu/wayland.nix b/pkgs/applications/misc/dmenu/wayland.nix
index 08e9d9422459b..35a50481bea7c 100644
--- a/pkgs/applications/misc/dmenu/wayland.nix
+++ b/pkgs/applications/misc/dmenu/wayland.nix
@@ -40,5 +40,6 @@ stdenv.mkDerivation rec {
     description = "An efficient dynamic menu for wayland (wlroots)";
     homepage = "https://github.com/nyyManni/dmenu-wayland";
     maintainers = with maintainers; [ rewine ];
+    mainProgram = "dmenu-wl";
   };
 }