summaryrefslogtreecommitdiffstats
path: root/pkgs/desktops/plasma-5
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@users.noreply.github.com>2019-04-11 03:36:15 -0400
committerworldofpeace <worldofpeace@users.noreply.github.com>2019-04-11 03:36:29 -0400
commitd85c466936e505a0925ad8e6dc3c4117e3dc9f29 (patch)
tree593675d2fd234eb5ed97d71aee6ac3830e8463d8 /pkgs/desktops/plasma-5
parent230c67f43bc36f6327163a603256278c71431688 (diff)
plasma5.xdg-desktop-portal-kde: fix build
Was missing KIO
Diffstat (limited to 'pkgs/desktops/plasma-5')
-rw-r--r--pkgs/desktops/plasma-5/xdg-desktop-portal-kde.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/desktops/plasma-5/xdg-desktop-portal-kde.nix b/pkgs/desktops/plasma-5/xdg-desktop-portal-kde.nix
index ae1ee50a1211..1e04eb1e2b00 100644
--- a/pkgs/desktops/plasma-5/xdg-desktop-portal-kde.nix
+++ b/pkgs/desktops/plasma-5/xdg-desktop-portal-kde.nix
@@ -2,14 +2,14 @@
mkDerivation,
extra-cmake-modules, gettext, kdoctools, python,
kcoreaddons, knotifications, kwayland, kwidgetsaddons, kwindowsystem,
- cups, pcre, pipewire
+ cups, pcre, pipewire, kio
}:
mkDerivation {
name = "xdg-desktop-portal-kde";
nativeBuildInputs = [ extra-cmake-modules gettext kdoctools python ];
buildInputs = [
- cups pcre pipewire
+ cups pcre pipewire kio
kcoreaddons knotifications kwayland kwidgetsaddons kwindowsystem
];
}