elementary-planner: 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-23 20:47:39 +08:00 committed by Jan Tojnar
parent 35dffb9f93
commit 97fb164856

View file

@ -99,6 +99,7 @@ stdenv.mkDerivation rec {
maintainers = with maintainers; [ dtzWill ] ++ teams.pantheon.members;
platforms = platforms.linux;
mainProgram = "com.github.alainm23.planner";
broken = true; # https://github.com/alainm23/planner/issues/928
};
}