about summary refs log tree commit diff
path: root/nixpkgs/pkgs/desktops/plasma-5/plasma-remotecontrollers.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/desktops/plasma-5/plasma-remotecontrollers.nix')
-rw-r--r--nixpkgs/pkgs/desktops/plasma-5/plasma-remotecontrollers.nix42
1 files changed, 42 insertions, 0 deletions
diff --git a/nixpkgs/pkgs/desktops/plasma-5/plasma-remotecontrollers.nix b/nixpkgs/pkgs/desktops/plasma-5/plasma-remotecontrollers.nix
new file mode 100644
index 000000000000..be1c6ff42eff
--- /dev/null
+++ b/nixpkgs/pkgs/desktops/plasma-5/plasma-remotecontrollers.nix
@@ -0,0 +1,42 @@
+{ mkDerivation
+, extra-cmake-modules
+, kconfig
+, knotifications
+, ki18n
+, solid
+, kcoreaddons
+, kdeclarative
+, kcmutils
+, kpackage
+, kscreenlocker
+, kwindowsystem
+, wayland
+, pkg-config
+, libcec
+, libcec_platform
+, libevdev
+, plasma-workspace
+, plasma-wayland-protocols
+}:
+mkDerivation {
+  pname = "plasma-remotecontrollers";
+  nativeBuildInputs = [ extra-cmake-modules pkg-config ];
+  buildInputs = [
+    kconfig
+    knotifications
+    ki18n
+    solid
+    kcoreaddons
+    kdeclarative
+    kcmutils
+    kpackage
+    kscreenlocker
+    kwindowsystem
+    wayland
+    libcec
+    libcec_platform
+    libevdev
+    plasma-workspace
+    plasma-wayland-protocols
+  ];
+}