From 463569f763023188b5cf6bc22cbbfb39faee2dc8 Mon Sep 17 00:00:00 2001 From: Thomas Tuegel Date: Wed, 10 May 2017 11:00:43 -0500 Subject: kdav: init at 17.04.0 --- pkgs/applications/kde/kdav.nix | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 pkgs/applications/kde/kdav.nix (limited to 'pkgs/applications/kde/kdav.nix') diff --git a/pkgs/applications/kde/kdav.nix b/pkgs/applications/kde/kdav.nix new file mode 100644 index 00000000000..800c92511de --- /dev/null +++ b/pkgs/applications/kde/kdav.nix @@ -0,0 +1,16 @@ +{ + mkDerivation, lib, kdepimTeam, + extra-cmake-modules, kdoctools, + kcoreaddons, kio, qtxmlpatterns, +}: + +mkDerivation { + name = "kdav"; + meta = { + license = with lib.licenses; [ gpl2 lgpl21 fdl12 ]; + maintainers = kdepimTeam; + }; + nativeBuildInputs = [ extra-cmake-modules kdoctools ]; + buildInputs = [ kcoreaddons kio qtxmlpatterns ]; + outputs = [ "out" "dev" ]; +} -- cgit 1.4.1