9 pname = "plasma-wayland-protocols";
13 url = "mirror://kde/stable/${pname}/${pname}-${version}.tar.xz";
14 sha256 = "sha256-MZSIZ8mgRhPm3g0jrfy8Ws7N3vCzn5hrNF7GwZcnNv4=";
17 nativeBuildInputs = [ extra-cmake-modules ];
19 buildInputs = [ qtbase ];
22 description = "Plasma Wayland Protocols";
23 license = lib.licenses.lgpl21Plus;
24 platforms = qtbase.meta.platforms;
25 maintainers = [ lib.maintainers.ttuegel ];