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:
parent
b5a1977546
commit
c0adb0b97b
@ -40,5 +40,6 @@ stdenv.mkDerivation rec {
|
|||||||
description = "An efficient dynamic menu for wayland (wlroots)";
|
description = "An efficient dynamic menu for wayland (wlroots)";
|
||||||
homepage = "https://github.com/nyyManni/dmenu-wayland";
|
homepage = "https://github.com/nyyManni/dmenu-wayland";
|
||||||
maintainers = with maintainers; [ rewine ];
|
maintainers = with maintainers; [ rewine ];
|
||||||
|
mainProgram = "dmenu-wl";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user