about summary refs log tree commit diff
path: root/pkgs/applications/networking/p2p/frostwire
diff options
context:
space:
mode:
authorsuperherointj <5861043+superherointj@users.noreply.github.com>2022-09-30 20:53:31 -0300
committersuperherointj <5861043+superherointj@users.noreply.github.com>2022-09-30 22:14:21 -0300
commita621332926b9218d7609941ba1092b84fad25147 (patch)
tree948a1a3abc55a62bc13f427542635c070c42db0a /pkgs/applications/networking/p2p/frostwire
parent0a43ebea9e25cacfca002c9d8da7d051926a5b20 (diff)
frostwire: mark broken
Error with changing hash.
Diffstat (limited to 'pkgs/applications/networking/p2p/frostwire')
-rw-r--r--pkgs/applications/networking/p2p/frostwire/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/networking/p2p/frostwire/default.nix b/pkgs/applications/networking/p2p/frostwire/default.nix
index 05fb734d7bf21..9f4261e07c810 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.
   };
 }