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



                                                                

  
              
                   
                                              
                                                                             
 
{
  mkDerivation,
  extra-cmake-modules,
  kcoreaddons, kdbusaddons, ki18n, knotifications, kpty, qtbase,
}:

mkDerivation {
  name = "kwrited";
  nativeBuildInputs = [ extra-cmake-modules ];
  buildInputs = [ kcoreaddons kdbusaddons ki18n knotifications kpty qtbase ];
}