biome: 1.9.2 -> 1.9.3
[NixPkgs.git] / pkgs / applications / kde / zanshin.nix
blob4b98ea8e0cf7c481967bede33b9fad34c26583c6
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 = "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 ];