about summary refs log tree commit diff
path: root/pkgs/desktops/plasma-5/sddm-kcm.nix
diff options
context:
space:
mode:
authorPeter Hoeg <peter@hoeg.com>2017-10-12 23:01:49 +0800
committerPeter Hoeg <peter@hoeg.com>2017-10-12 23:09:50 +0800
commit37172d2b74a1fe9f42fbcea3c5088a6309008bbd (patch)
treee1d6ae43d9110025f365f6cae879b20ac3b35d0f /pkgs/desktops/plasma-5/sddm-kcm.nix
parent3fe7cddc304abb86e61a750a4f807270c7ca7825 (diff)
sddm-kcm: init at 5.10.5
Diffstat (limited to 'pkgs/desktops/plasma-5/sddm-kcm.nix')
-rw-r--r--pkgs/desktops/plasma-5/sddm-kcm.nix16
1 files changed, 16 insertions, 0 deletions
diff --git a/pkgs/desktops/plasma-5/sddm-kcm.nix b/pkgs/desktops/plasma-5/sddm-kcm.nix
new file mode 100644
index 0000000000000..65912083a4cf6
--- /dev/null
+++ b/pkgs/desktops/plasma-5/sddm-kcm.nix
@@ -0,0 +1,16 @@
+{
+  mkDerivation, extra-cmake-modules, shared_mime_info,
+  libpthreadstubs, libXcursor, libXdmcp,
+  qtquickcontrols2, qtx11extras,
+  karchive, ki18n, kio, knewstuff
+}:
+
+mkDerivation {
+  name = "sddm-kcm";
+  nativeBuildInputs = [ extra-cmake-modules shared_mime_info ];
+  buildInputs = [
+    libpthreadstubs libXcursor libXdmcp
+    qtquickcontrols2 qtx11extras
+    karchive ki18n kio knewstuff
+  ];
+}