pantheon.elementary-tasks: Mark as broken

Does not build with e-d-s 3.45+ / libsoup 3 and porting is likely not easy.
This commit is contained in:
Bobby Rong 2022-09-21 10:27:09 +08:00 committed by Jan Tojnar
parent c2f3c315ab
commit 35dffb9f93
2 changed files with 2 additions and 1 deletions

View File

@ -285,7 +285,7 @@ in
elementary-music
elementary-photos
elementary-screenshot
elementary-tasks
# elementary-tasks
elementary-terminal
elementary-videos
epiphany

View File

@ -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
};
}