summary refs log tree commit diff
path: root/pkgs/desktops/plasma-5/sddm-kcm.nix
blob: 65912083a4cf6a251ce641ff5c138c8bb953b2ae (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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
  ];
}