summary refs log tree commit diff
diff options
context:
space:
mode:
authorSamuel Dionne-Riel <samuel@dionne-riel.com>2021-10-06 17:03:12 -0400
committerSamuel Dionne-Riel <samuel@dionne-riel.com>2021-10-18 16:10:36 -0400
commit1b87466f2c7d5948e8c504e8cfb9a06257f0f3dd (patch)
tree29601891d5e9b4a9b91fd192bc456d421fe8809a
parentcaaebc00820f46eff90a599a1897a8de56144166 (diff)
downloadnixpkgs-1b87466f2c7d5948e8c504e8cfb9a06257f0f3dd.tar
nixpkgs-1b87466f2c7d5948e8c504e8cfb9a06257f0f3dd.tar.gz
nixpkgs-1b87466f2c7d5948e8c504e8cfb9a06257f0f3dd.tar.bz2
nixpkgs-1b87466f2c7d5948e8c504e8cfb9a06257f0f3dd.tar.lz
nixpkgs-1b87466f2c7d5948e8c504e8cfb9a06257f0f3dd.tar.xz
nixpkgs-1b87466f2c7d5948e8c504e8cfb9a06257f0f3dd.tar.zst
nixpkgs-1b87466f2c7d5948e8c504e8cfb9a06257f0f3dd.zip
spacebar: Fix build for 21.07
-rw-r--r--pkgs/applications/plasma-mobile/spacebar.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/applications/plasma-mobile/spacebar.nix b/pkgs/applications/plasma-mobile/spacebar.nix
index 1c661041f7a..8d566550108 100644
--- a/pkgs/applications/plasma-mobile/spacebar.nix
+++ b/pkgs/applications/plasma-mobile/spacebar.nix
@@ -9,7 +9,9 @@
 , kirigami2
 , knotifications
 , kpeople
+, libphonenumber
 , libqofono
+, protobuf
 , telepathy
 }:
 
@@ -27,7 +29,9 @@ mkDerivation rec {
     kirigami2
     knotifications
     kpeople
+    libphonenumber
     libqofono
+    protobuf # Needed by libphonenumber
     telepathy
   ];