about summary refs log tree commit diff
diff options
context:
space:
mode:
authorBastian Köcher <git@kchr.de>2018-06-12 22:34:32 +0200
committerBastian Köcher <git@kchr.de>2018-06-12 22:34:32 +0200
commit68e9d30d33a6018b0ed474ec77b0827a247d99e1 (patch)
tree629aa7ca9a97c1ff68fba121fa11e3cffdae0585
parent79f6c575581f95a70ec181a344e32fb8251923be (diff)
downloadnixlib-68e9d30d33a6018b0ed474ec77b0827a247d99e1.tar
nixlib-68e9d30d33a6018b0ed474ec77b0827a247d99e1.tar.gz
nixlib-68e9d30d33a6018b0ed474ec77b0827a247d99e1.tar.bz2
nixlib-68e9d30d33a6018b0ed474ec77b0827a247d99e1.tar.lz
nixlib-68e9d30d33a6018b0ed474ec77b0827a247d99e1.tar.xz
nixlib-68e9d30d33a6018b0ed474ec77b0827a247d99e1.tar.zst
nixlib-68e9d30d33a6018b0ed474ec77b0827a247d99e1.zip
plasma-browser-integration: Init
-rw-r--r--pkgs/desktops/plasma-5/default.nix1
-rw-r--r--pkgs/desktops/plasma-5/plasma-browser-integration.nix11
-rw-r--r--pkgs/top-level/all-packages.nix4
3 files changed, 14 insertions, 2 deletions
diff --git a/pkgs/desktops/plasma-5/default.nix b/pkgs/desktops/plasma-5/default.nix
index 6da0ad22d115..0b1668038f59 100644
--- a/pkgs/desktops/plasma-5/default.nix
+++ b/pkgs/desktops/plasma-5/default.nix
@@ -124,6 +124,7 @@ let
       libksysguard = callPackage ./libksysguard {};
       milou = callPackage ./milou.nix {};
       oxygen = callPackage ./oxygen.nix {};
+      plasma-browser-integration = callPackage ./plasma-browser-integration.nix {};
       plasma-desktop = callPackage ./plasma-desktop {};
       plasma-integration = callPackage ./plasma-integration {};
       plasma-nm = callPackage ./plasma-nm {};
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
+  ];
+}
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index 10c6e2bbce19..99899370c51a 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -19963,8 +19963,8 @@ with pkgs;
     bluedevil breeze-gtk breeze-qt5 breeze-grub breeze-plymouth
     kactivitymanagerd kde-cli-tools kde-gtk-config kdeplasma-addons kgamma5
     kinfocenter kmenuedit kscreen kscreenlocker ksshaskpass ksysguard
-    kwallet-pam kwayland-integration kwin kwrited milou oxygen plasma-desktop
-    plasma-integration plasma-nm plasma-pa plasma-vault plasma-workspace
+    kwallet-pam kwayland-integration kwin kwrited milou oxygen plasma-browser-integration
+    plasma-desktop plasma-integration plasma-nm plasma-pa plasma-vault plasma-workspace
     plasma-workspace-wallpapers polkit-kde-agent powerdevil sddm-kcm
     systemsettings user-manager xdg-desktop-portal-kde;