tdlib-purple: mark as broken
This commit is contained in:
parent
8fadb377cc
commit
4754a59dc7
1 changed files with 4 additions and 0 deletions
|
@ -37,5 +37,9 @@ stdenv.mkDerivation rec {
|
|||
license = licenses.gpl2Plus;
|
||||
maintainers = with maintainers; [ sikmir ];
|
||||
platforms = platforms.unix;
|
||||
|
||||
# tdlib-purple is not actively maintained and currently not
|
||||
# compatible with recent versions of tdlib
|
||||
broken = true;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue