summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2023-11-27 11:18:03 -0500
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2023-11-28 13:26:32 +0000
commit19eeddba0b6e3086a487e7b4065750e0e0bc0b7e (patch)
treeca4c78b5f1bc4e711e786ba3eb759e4eeaa9b445
parentqt6.qtsvg: drop outdated patches (diff)
downloadnixpkgs-19eeddba0b6e3086a487e7b4065750e0e0bc0b7e.tar.gz
qt6.qtwayland: drop outdated patches
(cherry picked from commit b30aa72d57572f44e960856af3bafe854fddb13a)
-rw-r--r--pkgs/development/libraries/qt-6/modules/qtwayland.nix6
1 files changed, 0 insertions, 6 deletions
diff --git a/pkgs/development/libraries/qt-6/modules/qtwayland.nix b/pkgs/development/libraries/qt-6/modules/qtwayland.nix
index e07790edad6e..de13977304e2 100644
--- a/pkgs/development/libraries/qt-6/modules/qtwayland.nix
+++ b/pkgs/development/libraries/qt-6/modules/qtwayland.nix
@@ -13,12 +13,6 @@ qtModule {
buildInputs = [ wayland libdrm ];
nativeBuildInputs = [ pkg-config ];
patches = [
- # Fix a freezing bug with fcitx5.
- # https://codereview.qt-project.org/c/qt/qtwayland/+/517601
- (fetchpatch {
- url = "https://code.qt.io/cgit/qt/qtwayland.git/patch/?id=6fe83f6076423068b652fa4fcb0b5adbd297f2a8";
- hash = "sha256-TlZozKezpYm90B9qFP9qv76asRdIt+5bq9E3GcmFiDc=";
- })
# Fix potential crash issues when some submenus are expanded
# https://codereview.qt-project.org/c/qt/qtwayland/+/519344/
(fetchpatch {