From a1abd188966543fc04383800c6a0865f1cca88b8 Mon Sep 17 00:00:00 2001 From: Samuel Dionne-Riel Date: Tue, 20 Sep 2022 23:50:17 -0400 Subject: [PATCH] plasma-mobile: Add QtFeedback This fixes an issue where *on devices*, Plasma Mobile would show error messages instead of the expected applets (taskbar, desktop, etc). --- pkgs/desktops/plasma-5/plasma-mobile/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/desktops/plasma-5/plasma-mobile/default.nix b/pkgs/desktops/plasma-5/plasma-mobile/default.nix index 7ce5f827589a..3625376f6c2b 100644 --- a/pkgs/desktops/plasma-5/plasma-mobile/default.nix +++ b/pkgs/desktops/plasma-5/plasma-mobile/default.nix @@ -8,7 +8,7 @@ kdeclarative, kdelibs4support, kpeople, kconfig, krunner, kinit, kwayland, kwin, plasma-framework, telepathy, libphonenumber, protobuf, libqofono, modemmanager-qt, networkmanager-qt, plasma-workspace, - maliit-framework, maliit-keyboard, + maliit-framework, maliit-keyboard, qtfeedback, qtwayland, qttools }: @@ -23,7 +23,7 @@ mkDerivation { appstream libdbusmenu pam wayland kdeclarative kdelibs4support kpeople kconfig krunner kinit kwayland kwin plasma-framework telepathy libphonenumber protobuf libqofono modemmanager-qt - networkmanager-qt maliit-framework maliit-keyboard plasma-workspace + networkmanager-qt maliit-framework maliit-keyboard plasma-workspace qtfeedback ]; postPatch = ''