about summary refs log tree commit diff
path: root/pkgs/desktops/pantheon/apps/elementary-tasks
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2022-09-21 10:27:09 +0800
committerJan Tojnar <jtojnar@gmail.com>2022-10-11 18:52:33 +0200
commit35dffb9f9362de07619bc6a560d0c391e3be54f1 (patch)
treee5c1ae0e9dc9ec17c8d7bf27b94928ce8fb3857f /pkgs/desktops/pantheon/apps/elementary-tasks
parentc2f3c315abd0317a4a1787157b2702fd08bc45a9 (diff)
pantheon.elementary-tasks: Mark as broken
Does not build with e-d-s 3.45+ / libsoup 3 and porting is likely not easy.
Diffstat (limited to 'pkgs/desktops/pantheon/apps/elementary-tasks')
-rw-r--r--pkgs/desktops/pantheon/apps/elementary-tasks/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/desktops/pantheon/apps/elementary-tasks/default.nix b/pkgs/desktops/pantheon/apps/elementary-tasks/default.nix
index 7efd7e99da284..cd82dba99bfeb 100644
--- a/pkgs/desktops/pantheon/apps/elementary-tasks/default.nix
+++ b/pkgs/desktops/pantheon/apps/elementary-tasks/default.nix
@@ -73,5 +73,6 @@ stdenv.mkDerivation rec {
     platforms = platforms.linux;
     maintainers = teams.pantheon.members;
     mainProgram = "io.elementary.tasks";
+    broken = true; # https://github.com/elementary/tasks/issues/340
   };
 }