···1{
2- mkDerivation, lib,
34 extra-cmake-modules, kdoctools,
5···66 # Add upstream patches to the list below. For new patchs, particularly if not
67 # submitted upstream, please make a pull request and add it to
68 # ./plasma-workspace.patch.
69- patches = [ ./plasma-workspace.patch ];
0000007071 preConfigure = ''
72 NIX_CFLAGS_COMPILE+=" -DNIXPKGS_KDOSTARTUPCONFIG5=\"''${!outputBin}/bin/kdostartupconfig5\""
···1{
2+ mkDerivation, lib, fetchpatch,
34 extra-cmake-modules, kdoctools,
5···66 # Add upstream patches to the list below. For new patchs, particularly if not
67 # submitted upstream, please make a pull request and add it to
68 # ./plasma-workspace.patch.
69+ patches = [
70+ ./plasma-workspace.patch
71+ (fetchpatch {
72+ url = "https://github.com/KDE/plasma-workspace/commit/11e570d861858f3b3e2694e5f9ec242d7f9f12b9.patch";
73+ sha256 = "1vk9yacb59k0v5mgbpgmciflca9r0ll4wh1d83ffx2y2v8sqwiv2";
74+ })
75+ ];
7677 preConfigure = ''
78 NIX_CFLAGS_COMPILE+=" -DNIXPKGS_KDOSTARTUPCONFIG5=\"''${!outputBin}/bin/kdostartupconfig5\""