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
This commit is contained in:
V
2024-02-13 18:06:24 +01:00
parent b5a1977546
commit c0adb0b97b
+1
View File
@@ -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";
};
}