16 stdenv.mkDerivation rec {
22 src = fetchFromGitea {
23 domain = "codeberg.org";
27 hash = "sha256-TF5BvgThvTOqxyfz5Zt/Z1cqjFJwvla+dgdyvz7Zhrg=";
30 nativeBuildInputs = [ pkg-config meson ninja wayland-scanner ];
31 buildInputs = [ cairo pango wayland libxkbcommon wayland-protocols scdoc ];
34 description = "Efficient dynamic menu for Sway and wlroots based Wayland compositors";
35 homepage = "https://codeberg.org/adnano/wmenu";
36 license = licenses.mit;
37 platforms = platforms.linux;
38 maintainers = with maintainers; [ eken ];
39 mainProgram = "wmenu";