about summary refs log tree commit diff
path: root/pkgs/applications/plasma-mobile/spacebar.nix
diff options
context:
space:
mode:
authorRobert Schütz <nix@dotlambda.de>2021-12-30 21:16:56 +0000
committerRobert Schütz <github@dotlambda.de>2022-05-17 11:23:35 -0700
commit1e2983dab5a0e1c26c521975cb89085a78781971 (patch)
tree0caa9bf3c9bff9ed3b85c0eceda76bd6887557d2 /pkgs/applications/plasma-mobile/spacebar.nix
parentc0723eef37468a1783d3e2fde84e25b3e502f45c (diff)
libsForQt5.plasmaMobileGear: 21.08 -> 21.12
https://plasma-mobile.org/2021/12/07/plasma-mobile-gear-21-12/
Diffstat (limited to 'pkgs/applications/plasma-mobile/spacebar.nix')
-rw-r--r--pkgs/applications/plasma-mobile/spacebar.nix9
1 files changed, 6 insertions, 3 deletions
diff --git a/pkgs/applications/plasma-mobile/spacebar.nix b/pkgs/applications/plasma-mobile/spacebar.nix
index 8d56655010862..24e2f6f4715b7 100644
--- a/pkgs/applications/plasma-mobile/spacebar.nix
+++ b/pkgs/applications/plasma-mobile/spacebar.nix
@@ -11,8 +11,10 @@
 , kpeople
 , libphonenumber
 , libqofono
+, modemmanager-qt
 , protobuf
-, telepathy
+, qcoro
+, qtquickcontrols2
 }:
 
 mkDerivation rec {
@@ -30,9 +32,10 @@ mkDerivation rec {
     knotifications
     kpeople
     libphonenumber
-    libqofono
+    modemmanager-qt
     protobuf # Needed by libphonenumber
-    telepathy
+    qcoro
+    qtquickcontrols2
   ];
 
   meta = with lib; {