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/kgpg.nix | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 pkgs/applications/kde/kgpg.nix (limited to 'pkgs/applications/kde/kgpg.nix') diff --git a/pkgs/applications/kde/kgpg.nix b/pkgs/applications/kde/kgpg.nix new file mode 100644 index 0000000000000..cd462acdf2b09 --- /dev/null +++ b/pkgs/applications/kde/kgpg.nix @@ -0,0 +1,21 @@ +{ + kdeApp, lib, + ecm, kdoctools, ki18n, + akonadi-contacts, gpgme, karchive, kcodecs, kcontacts, kcoreaddons, kcrash, + kdbusaddons, kiconthemes, kjobwidgets, kio, knotifications, kservice, + ktextwidgets, kxmlgui, kwidgetsaddons, kwindowsystem +}: + +kdeApp { + name = "kgpg"; + nativeBuildInputs = [ ecm kdoctools ki18n ]; + buildInputs = [ + akonadi-contacts gpgme karchive kcodecs kcontacts kcoreaddons kcrash kdbusaddons + kiconthemes kjobwidgets kio knotifications kservice ktextwidgets kxmlgui + kwidgetsaddons kwindowsystem + ]; + meta = { + license = [ lib.licenses.gpl2 ]; + maintainers = [ lib.maintainers.ttuegel ]; + }; +} -- cgit 1.4.1