12 stdenv.mkDerivation rec {
16 src = fetchFromSourcehut {
20 sha256 = "sha256-aedoUhVfk8ljmQ23YxVmGZ00dPpRftW2dnRAgXmtV/w=";
24 nativeBuildInputs = [ pkg-config meson ninja wrapGAppsHook3 installShellFiles ];
25 buildInputs = [ wayland gtk3 ];
28 # https://todo.sr.ht/~scoopta/wofi/121
29 ./do_not_follow_symlinks.patch
33 installManPage man/wofi*
37 description = "Launcher/menu program for wlroots based wayland compositors such as sway";
38 homepage = "https://hg.sr.ht/~scoopta/wofi";
39 license = licenses.gpl3Only;
40 maintainers = with maintainers; [ aleksana ];
41 platforms = with platforms; linux;