Unverified Commit 45f06b50 authored by nat's avatar nat
Browse files

feather: fix trezor support

parent 45a89f4e
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -9,6 +9,7 @@
, openssl
, pkg-config
, protobuf
, python3
, qrencode
, qt6
, readline
@@ -34,6 +35,7 @@ stdenv.mkDerivation (finalAttrs: {
  nativeBuildInputs = [
    cmake
    pkg-config
    python3
    qt6.wrapQtAppsHook
  ];