summary refs log blame commit diff
path: root/pkgs/desktops/plasma-5/sddm-kcm.nix
blob: 6becf3bf420b79e3d0cf8b0b85324fc5d52779c1 (plain) (tree)
1
2
3
4
5
6
7
8
9
 
                                                      






                                        
                                                               





                                       
{
  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
  ];
}