treewide: switch to KF6 version of plasma-wayland-protocols

This commit is contained in:
K900
2026-05-08 09:29:05 +03:00
parent cc78b5b511
commit 31af3b1ec6
2 changed files with 4 additions and 4 deletions
@@ -7,7 +7,7 @@
qtbase,
qtx11extras,
wayland,
plasma-wayland-protocols,
kdePackages,
}:
mkDerivation {
@@ -24,7 +24,7 @@ mkDerivation {
]
++ lib.optionals stdenv.hostPlatform.isLinux [
wayland
plasma-wayland-protocols
kdePackages.plasma-wayland-protocols
];
propagatedBuildInputs = [ qtbase ];
@@ -4,7 +4,7 @@
lib,
extra-cmake-modules,
wayland-scanner,
plasma-wayland-protocols,
kdePackages,
qtbase,
wayland,
wayland-protocols,
@@ -26,7 +26,7 @@ mkDerivation {
wayland-scanner
];
buildInputs = [
plasma-wayland-protocols
kdePackages.plasma-wayland-protocols
wayland
wayland-protocols
];