applet-window-buttons: backport build fixes for Plasma 5.27

K900 c3f2eb7d ebd78ed6

+9
+9
pkgs/development/libraries/applet-window-buttons/default.nix
··· 1 1 { lib 2 2 , mkDerivation 3 3 , fetchFromGitHub 4 + , fetchpatch 4 5 , cmake 5 6 , extra-cmake-modules 6 7 , kcoreaddons ··· 19 20 rev = version; 20 21 hash = "sha256-Qww/22bEmjuq+R3o0UDcS6U+34qjaeSEy+g681/hcfE="; 21 22 }; 23 + 24 + patches = [ 25 + # FIXME: cherry-pick Plasma 5.27 build fix, remove for next release 26 + (fetchpatch { 27 + url = "https://github.com/psifidotos/applet-window-buttons/commit/924994e10402921bf22fefc099bca2914989081c.diff"; 28 + hash = "sha256-4ErqmkIbkvKwns50LhI8Et1EMyvrXYcNRL1rXCxau2w="; 29 + }) 30 + ]; 22 31 23 32 nativeBuildInputs = [ 24 33 cmake