summary refs log blame commit diff
path: root/pkgs/applications/kde/khelpcenter.nix
blob: 9862d75fdf42c85c1db2508766cb00eb75bf2f56 (plain) (tree)
1
2
3
4
5
6
7
 

                                                

                                                                      

  






                                                                        
 
{
  mkDerivation,
  extra-cmake-modules, kdoctools, wrapGAppsHook,
  grantlee, kconfig, kcoreaddons, kdbusaddons, ki18n, kinit, kcmutils,
  kdelibs4support, khtml, kservice, xapian
}:

mkDerivation {
  name = "khelpcenter";
  nativeBuildInputs = [ extra-cmake-modules kdoctools wrapGAppsHook ];
  buildInputs = [
    grantlee kdelibs4support khtml ki18n kconfig kcoreaddons kdbusaddons
    kinit kcmutils kservice xapian
  ];
}