summary refs log blame commit diff
path: root/pkgs/desktops/plasma-5/sddm-kcm.nix
blob: 50801d31774b207a6d6571f66d9fab1a52bef86a (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16















                     


              
                     
                                                               
                 










                    

    
{ mkDerivation
, lib
, extra-cmake-modules
, shared-mime-info
, libpthreadstubs
, libXcursor
, libXdmcp
, qtbase
, qtquickcontrols2
, qtx11extras
, karchive
, kcmutils
, kdeclarative
, ki18n
, kio
, knewstuff
}:

mkDerivation {
  pname = "sddm-kcm";
  nativeBuildInputs = [ extra-cmake-modules shared-mime-info ];
  buildInputs = [
    libpthreadstubs
    libXcursor
    libXdmcp
    qtquickcontrols2
    qtx11extras
    karchive
    kcmutils
    kdeclarative
    ki18n
    kio
    knewstuff
  ];
}