mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
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:
parent
35dffb9f93
commit
97fb164856
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue