Merge pull request #116653 from xvapx/tribler-broken

tribler: Mark as broken
This commit is contained in:
Sandro 2021-03-17 21:55:40 +01:00 committed by GitHub
commit 94d10551c3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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