rofi-wayland: add meta.mainProgram

This commit is contained in:
Austin Horstman 2023-11-06 23:07:44 -06:00 committed by Jörg Thalheim
parent 3036ac33ed
commit 9c37a5df97

View File

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