Merge pull request #193789 from superherointj/fix-frostwire

frostwire: mark broken
This commit is contained in:
figsoda 2022-09-30 21:28:28 -04:00 committed by GitHub
commit 7cb90c8948
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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