trezor-suite: mark as broken

This change marks `trezor-suite` as broken, as the application is unable
to connect to a hardware wallet.

Ref: nixos/nixpkgs#281975
This commit is contained in:
sudoforge 2024-03-24 22:06:58 -07:00
parent 03a4e2ccb3
commit 2beb7de23e
No known key found for this signature in database
GPG Key ID: 41BF61468C327D5A
1 changed files with 3 additions and 0 deletions

View File

@ -53,6 +53,9 @@ appimageTools.wrapType2 rec {
'';
meta = with lib; {
# trezor-suite fails to detect a connected hardware wallet
# ref: https://github.com/NixOS/nixpkgs/issues/281975
broken = true;
description = "Trezor Suite - Desktop App for managing crypto";
homepage = "https://suite.trezor.io";
changelog = "https://github.com/trezor/trezor-suite/releases/tag/v${version}";