2022-03-05 16:20:37 +00:00
|
|
|
{
|
|
|
|
mkDerivation, lib,
|
|
|
|
extra-cmake-modules,
|
|
|
|
akonadi-calendar, boost, kontactinterface, krunner
|
|
|
|
}:
|
|
|
|
|
|
|
|
mkDerivation {
|
|
|
|
pname = "zanshin";
|
|
|
|
meta = with lib; {
|
2024-06-20 14:57:18 +00:00
|
|
|
description = "Powerful yet simple application to manage your day to day actions, getting your mind like water";
|
2022-03-05 16:20:37 +00:00
|
|
|
homepage = "https://zanshin.kde.org/";
|
|
|
|
maintainers = with maintainers; [ zraexy ];
|
|
|
|
license = licenses.gpl2Plus;
|
|
|
|
};
|
|
|
|
|
|
|
|
nativeBuildInputs = [ extra-cmake-modules ];
|
|
|
|
buildInputs = [ akonadi-calendar boost kontactinterface krunner ];
|
|
|
|
}
|