Merge pull request #268619 from tweag/lib-descriptions
[NixPkgs.git] / pkgs / applications / kde / zanshin.nix
bloba43632ce362cb29606fad4e540edfded50244cf7
2   mkDerivation, lib,
3   extra-cmake-modules,
4   akonadi-calendar, boost, kontactinterface, krunner
5 }:
7 mkDerivation {
8   pname = "zanshin";
9   meta = with lib; {
10     description = "A powerful yet simple application to manage your day to day actions, getting your mind like water";
11     homepage = "https://zanshin.kde.org/";
12     maintainers = with maintainers; [ zraexy ];
13     license = licenses.gpl2Plus;
14   };
16   nativeBuildInputs = [ extra-cmake-modules ];
17   buildInputs = [ akonadi-calendar boost kontactinterface krunner ];