ocamlPackages.hxd: 0.3.2 -> 0.3.3 (#364231)
[NixPkgs.git] / pkgs / applications / kde / zanshin.nix
blob137f7fc02c557c69c68e9477fd46faffb262749d
2   mkDerivation,
3   lib,
4   extra-cmake-modules,
5   akonadi-calendar,
6   boost,
7   kontactinterface,
8   krunner,
9 }:
11 mkDerivation {
12   pname = "zanshin";
13   meta = with lib; {
14     description = "Powerful yet simple application to manage your day to day actions, getting your mind like water";
15     homepage = "https://zanshin.kde.org/";
16     maintainers = with maintainers; [ zraexy ];
17     license = licenses.gpl2Plus;
18   };
20   nativeBuildInputs = [ extra-cmake-modules ];
21   buildInputs = [
22     akonadi-calendar
23     boost
24     kontactinterface
25     krunner
26   ];