From 68e9d30d33a6018b0ed474ec77b0827a247d99e1 Mon Sep 17 00:00:00 2001 From: Bastian Köcher Date: Tue, 12 Jun 2018 22:34:32 +0200 Subject: plasma-browser-integration: Init --- pkgs/desktops/plasma-5/plasma-browser-integration.nix | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 pkgs/desktops/plasma-5/plasma-browser-integration.nix (limited to 'pkgs/desktops/plasma-5/plasma-browser-integration.nix') diff --git a/pkgs/desktops/plasma-5/plasma-browser-integration.nix b/pkgs/desktops/plasma-5/plasma-browser-integration.nix new file mode 100644 index 000000000000..e01efabe8a6a --- /dev/null +++ b/pkgs/desktops/plasma-5/plasma-browser-integration.nix @@ -0,0 +1,11 @@ +{ mkDerivation, extra-cmake-modules, qtbase, kio, ki18n, kconfig +, kdbusaddons, knotifications, krunner, kwindowsystem, kactivities +}: + +mkDerivation { + name = "plasma-browser-integration"; + nativeBuildInputs = [ + extra-cmake-modules qtbase kio ki18n kconfig kdbusaddons + knotifications krunner kwindowsystem kactivities + ]; +} -- cgit 1.4.1