Commit c0adb0b9 authored by V's avatar V
Browse files

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
parent b5a19775
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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";
  };
}