feather: fix trezor support

This commit is contained in:
nat 2024-04-19 19:26:38 +02:00
parent 45a89f4ea3
commit 45f06b5037
No known key found for this signature in database

View File

@ -9,6 +9,7 @@
, openssl , openssl
, pkg-config , pkg-config
, protobuf , protobuf
, python3
, qrencode , qrencode
, qt6 , qt6
, readline , readline
@ -34,6 +35,7 @@ stdenv.mkDerivation (finalAttrs: {
nativeBuildInputs = [ nativeBuildInputs = [
cmake cmake
pkg-config pkg-config
python3
qt6.wrapQtAppsHook qt6.wrapQtAppsHook
]; ];