Merge pull request #288609 from deviant/dmenu-wayland-mainprogram

dmenu-wayland: add meta.mainProgram
This commit is contained in:
Nikolay Korotkiy 2024-02-14 00:23:01 +04:00 committed by GitHub
commit 00aa9078e0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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";
};
}