From a621332926b9218d7609941ba1092b84fad25147 Mon Sep 17 00:00:00 2001 From: superherointj <5861043+superherointj@users.noreply.github.com> Date: Fri, 30 Sep 2022 20:53:31 -0300 Subject: [PATCH] frostwire: mark broken Error with changing hash. --- pkgs/applications/networking/p2p/frostwire/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/applications/networking/p2p/frostwire/default.nix b/pkgs/applications/networking/p2p/frostwire/default.nix index 05fb734d7bf2..9f4261e07c81 100644 --- a/pkgs/applications/networking/p2p/frostwire/default.nix +++ b/pkgs/applications/networking/p2p/frostwire/default.nix @@ -94,5 +94,6 @@ in stdenv.mkDerivation { license = licenses.gpl2; maintainers = with maintainers; [ gavin ]; platforms = [ "x86_64-darwin" "x86_64-linux" "i686-linux" ]; + broken = true; # at 2022-09-30, errors with changing hash. }; }