tribler: Mark as broken

This commit is contained in:
Marti Serra 2021-03-17 19:10:09 +01:00
parent 8e1891d5b8
commit c74cd3e158

@ -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
};
}