summary refs log tree commit diff
path: root/pkgs/desktops/plasma-5/sddm-kcm.nix
blob: 6becf3bf420b79e3d0cf8b0b85324fc5d52779c1 (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
  ];
}