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-23 15:53:02 -0400
committerGitHub <noreply@github.com>2022-09-23 15:53:02 -0400
commit50237ca3b9d29c774d1df34fac552c11077663dd (patch)
treef3d9e6b74f53fcf1e843c5a8e283d8a9749339d8 /pkgs/desktops
parentc326b7e088fe3e20f6c2205a5c3097a849295b25 (diff)
parenta1abd188966543fc04383800c6a0865f1cca88b8 (diff)
Merge pull request #192180 from samueldr/fix/plasma-mobile-qtfeedback
plasma-mobile: Add QtFeedback
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 = ''