10 rofi-unwrapped.overrideAttrs (oldAttrs: rec {
11 pname = "rofi-wayland-unwrapped";
12 version = "1.7.5+wayland3";
14 src = fetchFromGitHub {
18 fetchSubmodules = true;
19 hash = "sha256-pKxraG3fhBh53m+bLPzCigRr6dBcH/A9vbdf67CO2d8=";
22 depsBuildBuild = oldAttrs.depsBuildBuild ++ [ pkg-config ];
23 nativeBuildInputs = oldAttrs.nativeBuildInputs ++ [ wayland-protocols wayland-scanner ];
24 buildInputs = oldAttrs.buildInputs ++ [ wayland wayland-protocols ];
27 description = "Window switcher, run dialog and dmenu replacement for Wayland";
28 homepage = "https://github.com/lbonn/rofi";
29 license = licenses.mit;
31 maintainers = with maintainers; [ bew ];
32 platforms = with platforms; linux;