Merge pull request #305352 from surfaceflinger/featherwallet-fix-20240419-1

feather: fix trezor support
This commit is contained in:
Thomas Gerbet 2024-04-20 17:09:02 +02:00 committed by GitHub
commit 141867ab45
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -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
];