diff options
| author | Bobby Rong <rjl931189261@126.com> | 2024-02-16 11:21:45 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-16 11:21:45 +0800 |
| commit | 0ed7136921ea094c771db674c9d2566b14852a01 (patch) | |
| tree | 491aa686e41881715d13e68c8214afefb366cf97 | |
| parent | Merge pull request #289134 from yellowhat/release-23.11 (diff) | |
| parent | planify: 4.3.2 -> 4.4 (diff) | |
| download | nixpkgs-0ed7136921ea094c771db674c9d2566b14852a01.tar.gz | |
Merge pull request #288964 from bobby285271/bpo/planify
[23.11] planify: 4.1.1 -> 4.4
| -rw-r--r-- | pkgs/applications/office/planify/default.nix | 17 |
1 files changed, 11 insertions, 6 deletions
diff --git a/pkgs/applications/office/planify/default.nix b/pkgs/applications/office/planify/default.nix index e4cca46bbd63..9c8aad5e9cae 100644 --- a/pkgs/applications/office/planify/default.nix +++ b/pkgs/applications/office/planify/default.nix @@ -11,11 +11,13 @@ , glib , glib-networking , gtk4 +, gtksourceview5 , json-glib , libadwaita , libgee , libical , libportal-gtk4 +, libsoup_3 , pantheon , sqlite , webkitgtk_6_0 @@ -23,16 +25,13 @@ stdenv.mkDerivation rec { pname = "planify"; - version = "4.1.1"; + version = "4.4"; src = fetchFromGitHub { owner = "alainm23"; repo = "planify"; - # The commit is named as "Release 4.1.1", published to Flathub, but not tags - # https://github.com/flathub/io.github.alainm23.planify/commit/2a353ccfcf3379add6778d569f49da37f40accfa - # https://github.com/alainm23/planify/issues/1002 - rev = "adf3629bcacfc9978f6dde5b87eff0278533ab3e"; - hash = "sha256-xqklvSYmqBQ+IQ3lRjMbV4W4vD/rLCln7rBVCbYiBGo="; + rev = version; + hash = "sha256-HX6ZMx2NUAQxEGLIk/wgUlQX0BFtee3+t/JdlMTIYBw="; }; nativeBuildInputs = [ @@ -49,16 +48,22 @@ stdenv.mkDerivation rec { glib glib-networking gtk4 + gtksourceview5 json-glib libadwaita libgee libical libportal-gtk4 + libsoup_3 pantheon.granite7 sqlite webkitgtk_6_0 ]; + mesonFlags = [ + "-Dprofile=default" + ]; + meta = with lib; { description = "Task manager with Todoist support designed for GNU/Linux"; homepage = "https://github.com/alainm23/planify"; |
