17 stdenv.mkDerivation rec {
21 src = fetchFromGitHub {
25 sha256 = "sha256-tzGcqCxIkoBNskpadEqv289Sj5bij9u+LdYySiGdop8=";
30 glib # for glib-compile-schemas
47 chmod +x meson/post_install.py
48 patchShebangs meson/post_install.py
54 updateScript = nix-update-script { };
58 description = "Simple, fast, no-nonsense to-do (task) list designed for elementary OS";
59 homepage = "https://github.com/dahenson/agenda";
60 maintainers = with maintainers; [ xiorcale ] ++ teams.pantheon.members;
61 platforms = platforms.linux;
62 license = licenses.gpl3;
63 mainProgram = "com.github.dahenson.agenda";