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

                                                                                

  
              
                            
                                              


                                                                           
    
                            
 
{
  mkDerivation, extra-cmake-modules,
  kcoreaddons, kconfig, kcrash, kdbusaddons, ki18n, kiconthemes, knotifications,
  kwidgetsaddons, kwindowsystem, polkit-qt
}:

mkDerivation {
  name = "polkit-kde-agent";
  nativeBuildInputs = [ extra-cmake-modules ];
  propagatedBuildInputs = [
    kdbusaddons kwidgetsaddons kcoreaddons kcrash kconfig ki18n kiconthemes
    knotifications kwindowsystem polkit-qt
  ];
  outputs = [ "out" "dev" ];
}