aboutsummaryrefslogtreecommitdiff
path: root/pkgs/desktops/plasma-5
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@mailbox.org>2020-02-01 06:58:29 -0600
committerThomas Tuegel <ttuegel@mailbox.org>2020-02-01 06:58:29 -0600
commit7de452a5223799b2e9c9f870b76fe822249010a5 (patch)
tree2fbcba14bcdcb32abdda6a0f3bcba639d8efbc85 /pkgs/desktops/plasma-5
parent91fcbe482566babef0665bc5cc04467ecfb57bac (diff)
plasma-browser-integration: kpurpose kfilemetadata buildInputs
Diffstat (limited to 'pkgs/desktops/plasma-5')
-rw-r--r--pkgs/desktops/plasma-5/plasma-browser-integration.nix15
1 files changed, 11 insertions, 4 deletions
diff --git a/pkgs/desktops/plasma-5/plasma-browser-integration.nix b/pkgs/desktops/plasma-5/plasma-browser-integration.nix
index e01efabe8a6a..f6855cb34da1 100644
--- a/pkgs/desktops/plasma-5/plasma-browser-integration.nix
+++ b/pkgs/desktops/plasma-5/plasma-browser-integration.nix
@@ -1,11 +1,18 @@
-{ mkDerivation, extra-cmake-modules, qtbase, kio, ki18n, kconfig
-, kdbusaddons, knotifications, krunner, kwindowsystem, kactivities
+{
+ mkDerivation,
+ extra-cmake-modules,
+ qtbase,
+ kfilemetadata, kio, ki18n, kconfig , kdbusaddons, knotifications, kpurpose,
+ krunner, kwindowsystem, kactivities,
}:
mkDerivation {
name = "plasma-browser-integration";
nativeBuildInputs = [
- extra-cmake-modules qtbase kio ki18n kconfig kdbusaddons
- knotifications krunner kwindowsystem kactivities
+ extra-cmake-modules
+ ];
+ buildInputs = [
+ qtbase kfilemetadata kio ki18n kconfig kdbusaddons knotifications kpurpose
+ krunner kwindowsystem kactivities
];
}