From daa600f16b693db13c70575150d09da64ff4dfa0 Mon Sep 17 00:00:00 2001 From: Cole Mickens Date: Sun, 31 Mar 2024 15:44:04 -0600 Subject: [PATCH] Revert "trezor-suite: mark as broken" This reverts commit 2beb7de23e38e81a0b2948a32243a1b958ca81dc. --- pkgs/applications/blockchains/trezor-suite/default.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/pkgs/applications/blockchains/trezor-suite/default.nix b/pkgs/applications/blockchains/trezor-suite/default.nix index a633694df2e0..328e423535f3 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}";