1 { lib, stdenv, fetchurl, pkg-config, gtk3, libxml2, gettext, libical, libnotify
2 , libarchive, gspell, webkitgtk_4_0, libgringotts, wrapGAppsHook3 }:
4 stdenv.mkDerivation rec {
9 url = "mirror://sourceforge/osmo-pim/${pname}-${version}.tar.gz";
10 sha256 = "19h3dnjgqbawnvgnycyp4n5b6mjsp5zghn3b69b6f3xa3fyi32qy";
13 nativeBuildInputs = [ pkg-config gettext wrapGAppsHook3 ];
14 buildInputs = [ gtk3 libxml2 libical libnotify libarchive
15 gspell webkitgtk_4_0 libgringotts ];
18 description = "Handy personal organizer";
20 homepage = "https://clayo.org/osmo/";
21 license = licenses.gpl2;
22 platforms = platforms.linux;
23 maintainers = with maintainers; [ pSub ];