mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 23:43:30 +00:00
Merge pull request #116653 from xvapx/tribler-broken
tribler: Mark as broken
This commit is contained in:
commit
94d10551c3
@ -85,5 +85,6 @@ stdenv.mkDerivation rec {
|
||||
description = "A completely decentralised P2P filesharing client based on the Bittorrent protocol";
|
||||
license = licenses.lgpl21;
|
||||
platforms = platforms.linux;
|
||||
broken = true; # 2021-03-17 see https://github.com/NixOS/nixpkgs/issues/93053
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user