From c74cd3e15848dc16826f48451a032ac91b2d68da Mon Sep 17 00:00:00 2001 From: Marti Serra Date: Wed, 17 Mar 2021 19:10:09 +0100 Subject: [PATCH] tribler: Mark as broken --- pkgs/applications/networking/p2p/tribler/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/applications/networking/p2p/tribler/default.nix b/pkgs/applications/networking/p2p/tribler/default.nix index 6e2533621e6c..3aa5b4a8da82 100644 --- a/pkgs/applications/networking/p2p/tribler/default.nix +++ b/pkgs/applications/networking/p2p/tribler/default.nix @@ -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 }; }