about summary refs log tree commit diff
path: root/pkgs/desktops/plasma-5
diff options
context:
space:
mode:
authorPeter Hoeg <peter@hoeg.com>2019-01-14 14:13:25 +0800
committerPeter Hoeg <peter@hoeg.com>2019-01-17 08:25:35 +0800
commitc9b3404d57d4c229f330dba762ef72ad215529ff (patch)
treedc8a119f61bda6a6e28cd71ae8f4ad41f8b62c93 /pkgs/desktops/plasma-5
parent626233eee6ea309733d2d98625750cca904799a5 (diff)
downloadnixlib-c9b3404d57d4c229f330dba762ef72ad215529ff.tar
nixlib-c9b3404d57d4c229f330dba762ef72ad215529ff.tar.gz
nixlib-c9b3404d57d4c229f330dba762ef72ad215529ff.tar.bz2
nixlib-c9b3404d57d4c229f330dba762ef72ad215529ff.tar.lz
nixlib-c9b3404d57d4c229f330dba762ef72ad215529ff.tar.xz
nixlib-c9b3404d57d4c229f330dba762ef72ad215529ff.tar.zst
nixlib-c9b3404d57d4c229f330dba762ef72ad215529ff.zip
xdg-desktop-portal-kde: fix missing dependencies
Diffstat (limited to 'pkgs/desktops/plasma-5')
-rw-r--r--pkgs/desktops/plasma-5/xdg-desktop-portal-kde.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/pkgs/desktops/plasma-5/xdg-desktop-portal-kde.nix b/pkgs/desktops/plasma-5/xdg-desktop-portal-kde.nix
index 5fdd6bea4640..fc77e163e8f9 100644
--- a/pkgs/desktops/plasma-5/xdg-desktop-portal-kde.nix
+++ b/pkgs/desktops/plasma-5/xdg-desktop-portal-kde.nix
@@ -1,13 +1,15 @@
 {
   mkDerivation,
   extra-cmake-modules, gettext, kdoctools, python,
-  kcoreaddons, knotifications, kwayland, kwidgetsaddons
+  kcoreaddons, knotifications, kwayland, kwidgetsaddons,
+  cups, pcre, pipewire
 }:
 
 mkDerivation {
   name = "xdg-desktop-portal-kde";
   nativeBuildInputs = [ extra-cmake-modules gettext kdoctools python ];
   buildInputs = [
+    cups pcre pipewire
     kcoreaddons knotifications kwayland kwidgetsaddons
   ];
 }