From d1be3d60e2488f9b73a7171da9cb259e775e46ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20=C4=8Cun=C3=A1t?= Date: Thu, 25 Jun 2026 08:08:22 +0200 Subject: [PATCH] Revert "kdePackages.plasma-workspace: backport patch for Qt 6.11.1 regression" This reverts commit c5cd03ad0d9e333731b36d2c627661614ad35214. The patch is already included in the current source. https://hydra.nixos.org/build/332720971/nixlog/2/tail --- pkgs/kde/plasma/plasma-workspace/default.nix | 7 ------- 1 file changed, 7 deletions(-) diff --git a/pkgs/kde/plasma/plasma-workspace/default.nix b/pkgs/kde/plasma/plasma-workspace/default.nix index 26211754685f..d7a60c785318 100644 --- a/pkgs/kde/plasma/plasma-workspace/default.nix +++ b/pkgs/kde/plasma/plasma-workspace/default.nix @@ -25,7 +25,6 @@ libqalculate, pipewire, gpsd, - fetchpatch, }: mkKdeDerivation { pname = "plasma-workspace"; @@ -43,12 +42,6 @@ mkKdeDerivation { # stop accidentally duplicating fontconfig configs ./fontconfig.patch - - # backport qt 6.11.1 regression workaround - (fetchpatch { - url = "https://invent.kde.org/plasma/plasma-workspace/-/commit/31a64dfa1a71ab1b6a495f2f44132c86858acb8f.diff"; - hash = "sha256-j+AEdDlutDuXmYdK8BJH8bgDF9gieCkbFJK8di+9nxk="; - }) ]; outputs = [