From 8be4bd7416ca977a6b8513957513355f01c397cc Mon Sep 17 00:00:00 2001 From: Thomas Tuegel Date: Sat, 25 Feb 2017 14:34:51 -0600 Subject: kdeApplications: Move out of desktops/kde-5 - There is no such thing as KDE 5 --- pkgs/applications/kde/khelpcenter.nix | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 pkgs/applications/kde/khelpcenter.nix (limited to 'pkgs/applications/kde/khelpcenter.nix') diff --git a/pkgs/applications/kde/khelpcenter.nix b/pkgs/applications/kde/khelpcenter.nix new file mode 100644 index 0000000000000..3f13d131c77aa --- /dev/null +++ b/pkgs/applications/kde/khelpcenter.nix @@ -0,0 +1,22 @@ +{ + 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 { + inherit unwrapped; + targets = [ "bin/khelpcenter" ]; +} -- cgit 1.4.1