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

                                                                          

  
              
                         
                                                        
                 
                                                                                
                                                                     
    
                            
 
{
  mkDerivation,
  extra-cmake-modules, kdoctools,
  kcmutils, kcrash, kdeclarative, kdelibs4support, kglobalaccel, kidletime,
  kwayland, libXcursor, pam, plasma-framework, qtdeclarative, qtx11extras,
  wayland,
}:

mkDerivation {
  name = "kscreenlocker";
  nativeBuildInputs = [ extra-cmake-modules kdoctools ];
  buildInputs = [
    kcmutils kcrash kdeclarative kdelibs4support kglobalaccel kidletime kwayland
    libXcursor pam plasma-framework qtdeclarative qtx11extras wayland
  ];
  outputs = [ "out" "dev" ];
}