about summary refs log tree commit diff
path: root/pkgs/desktops
diff options
context:
space:
mode:
authorSamuel Dionne-Riel <samuel@dionne-riel.com>2022-09-20 23:50:17 -0400
committerSamuel Dionne-Riel <samuel@dionne-riel.com>2022-09-20 23:51:26 -0400
commita1abd188966543fc04383800c6a0865f1cca88b8 (patch)
tree23bcaec0f1433196832930249abc68d683497894 /pkgs/desktops
parentf677051b8dc0b5e2a9348941c99eea8c4b0ff28f (diff)
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).
Diffstat (limited to 'pkgs/desktops')
-rw-r--r--pkgs/desktops/plasma-5/plasma-mobile/default.nix4
1 files 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 7ce5f827589a9..3625376f6c2b1 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 = ''