about summary refs log tree commit diff
path: root/pkgs/desktops/plasma-5/libkscreen.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/desktops/plasma-5/libkscreen.nix')
-rw-r--r--pkgs/desktops/plasma-5/libkscreen.nix15
1 files changed, 15 insertions, 0 deletions
diff --git a/pkgs/desktops/plasma-5/libkscreen.nix b/pkgs/desktops/plasma-5/libkscreen.nix
new file mode 100644
index 0000000000000..838ab6ef0e5c3
--- /dev/null
+++ b/pkgs/desktops/plasma-5/libkscreen.nix
@@ -0,0 +1,15 @@
+{ plasmaPackage
+, ecm
+, kwayland, libXrandr
+, qtx11extras
+}:
+
+plasmaPackage {
+  name = "libkscreen";
+  nativeBuildInputs = [
+    ecm
+  ];
+  propagatedBuildInputs = [
+    kwayland libXrandr qtx11extras
+  ];
+}