about summary refs log tree commit diff
path: root/pkgs/applications/blockchains/trezor-suite
diff options
context:
space:
mode:
authorCole Mickens <cole.mickens@gmail.com>2024-03-31 15:44:04 -0600
committerCole Mickens <cole.mickens@gmail.com>2024-03-31 15:48:41 -0600
commitdaa600f16b693db13c70575150d09da64ff4dfa0 (patch)
tree3abe13582815ebc56b2005c7fdd5696583c3acd7 /pkgs/applications/blockchains/trezor-suite
parentce31cd2a458e3b8b2315802accbd692617871959 (diff)
Revert "trezor-suite: mark as broken"
This reverts commit 2beb7de23e38e81a0b2948a32243a1b958ca81dc.
Diffstat (limited to 'pkgs/applications/blockchains/trezor-suite')
-rw-r--r--pkgs/applications/blockchains/trezor-suite/default.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/pkgs/applications/blockchains/trezor-suite/default.nix b/pkgs/applications/blockchains/trezor-suite/default.nix
index a633694df2e0b..328e423535f34 100644
--- a/pkgs/applications/blockchains/trezor-suite/default.nix
+++ b/pkgs/applications/blockchains/trezor-suite/default.nix
@@ -53,9 +53,6 @@ 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}";