mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
signal-desktop-beta: Mark as broken (really outdated)
This commit is contained in:
parent
b500edc44c
commit
9cb0b49673
1 changed files with 5 additions and 0 deletions
|
@ -83,5 +83,10 @@ in
|
|||
platforms = [
|
||||
"x86_64-linux"
|
||||
];
|
||||
# Marked as broken on 2018-04-17. Reason: The most recent version is
|
||||
# 1.8.0-beta.1, while this is still 1.1.0-beta.5 (2017-12-09). The stable
|
||||
# package (signal-desktop) should be used instead (currently at version
|
||||
# 1.7.1, i.e. up-to-date).
|
||||
broken = true;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue