summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndré Vitor de Lima Matos <andre.vmatos@gmail.com>2022-07-09 19:20:08 -0300
committerPeter Hoeg <peter@hoeg.com>2022-07-12 09:58:15 +0800
commit1120fa53d87edd1ff13d7621a40a73b0cab13d49 (patch)
tree8cd7c9dc034361a2ef8ffef0d7b7b014b4af2a69
parentkde/frameworks: 5.95 -> 5.96 (diff)
downloadnixpkgs-1120fa53d87edd1ff13d7621a40a73b0cab13d49.tar.gz
Revert "kf5/plasma-framework: backport patch to fix thumbnails in task manager"
This reverts commit d6b20ea2cf2172eb72edb4f401929a2d7b7a7c14.
-rw-r--r--pkgs/development/libraries/kde-frameworks/plasma-framework.nix10
1 files changed, 1 insertions, 9 deletions
diff --git a/pkgs/development/libraries/kde-frameworks/plasma-framework.nix b/pkgs/development/libraries/kde-frameworks/plasma-framework.nix
index 83a7cc2546d3..cf118beaabce 100644
--- a/pkgs/development/libraries/kde-frameworks/plasma-framework.nix
+++ b/pkgs/development/libraries/kde-frameworks/plasma-framework.nix
@@ -1,5 +1,5 @@
{
- mkDerivation, fetchpatch,
+ mkDerivation,
extra-cmake-modules, kdoctools,
kactivities, karchive, kconfig, kconfigwidgets, kcoreaddons, kdbusaddons,
kdeclarative, kglobalaccel, kguiaddons, ki18n, kiconthemes, kio,
@@ -9,14 +9,6 @@
mkDerivation {
pname = "plasma-framework";
- patches = [
- # FIXME: remove on kf5.96
- (fetchpatch {
- name = "fix-thumbnails-task-manager.patch";
- url = "https://invent.kde.org/frameworks/plasma-framework/-/commit/dff1b034c1162062aa2292099d3d01fc53dafdf6.patch";
- sha256 = "sha256-0162bi3J5bl5BmmUSrhxxy8MpLtSXkdHGK8wMcS5BB8=";
- })
- ];
nativeBuildInputs = [ extra-cmake-modules kdoctools ];
buildInputs = [
kactivities karchive kconfig kconfigwidgets kcoreaddons kdbusaddons