lol

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

K900 c3f2eb7d ebd78ed6

+9
+9
pkgs/development/libraries/applet-window-buttons/default.nix
··· 1 { lib 2 , mkDerivation 3 , fetchFromGitHub 4 , cmake 5 , extra-cmake-modules 6 , kcoreaddons ··· 19 rev = version; 20 hash = "sha256-Qww/22bEmjuq+R3o0UDcS6U+34qjaeSEy+g681/hcfE="; 21 }; 22 23 nativeBuildInputs = [ 24 cmake
··· 1 { lib 2 , mkDerivation 3 , fetchFromGitHub 4 + , fetchpatch 5 , cmake 6 , extra-cmake-modules 7 , kcoreaddons ··· 20 rev = version; 21 hash = "sha256-Qww/22bEmjuq+R3o0UDcS6U+34qjaeSEy+g681/hcfE="; 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 + ]; 31 32 nativeBuildInputs = [ 33 cmake