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

                     

                                                                      

  











                                                                            
{
  kdeApp, kdeWrapper,
  ecm, kdoctools,
  grantlee, kconfig, kcoreaddons, kdbusaddons, ki18n, kinit, kcmutils,
  kdelibs4support, khtml, kservice, xapian
}:

let
  unwrapped =
    kdeApp {
      name = "khelpcenter";
      nativeBuildInputs = [ ecm kdoctools ];
      buildInputs = [
        grantlee kdelibs4support khtml ki18n kconfig kcoreaddons kdbusaddons
        kinit kcmutils kservice xapian
      ];
    };
in
kdeWrapper unwrapped { targets = [ "bin/khelpcenter" ]; }