mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-17 01:24:47 +00:00
feather: fix trezor support
This commit is contained in:
parent
45a89f4ea3
commit
45f06b5037
@ -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
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user