mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 20:15:25 -06:00
gnu: keepkey-agent: Fix tests.
* gnu/packages/finance.scm: (keepkey-agent): Fix tests by adding missing input. Change-Id: I89025df63446de6b04596e21313b6911dfc29f55 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
98ae0d381e
commit
d09a737f78
1 changed files with 2 additions and 1 deletions
|
|
@ -40,6 +40,7 @@
|
|||
;;; Copyright © 2024 Saku Laesvuori <saku@laesvuori.fi>
|
||||
;;; Copyright © 2024 Sharlatan Hellseher <sharlatanus@gmail.com>
|
||||
;;; Copyright © 2025 Hennadii Stepanov <hebasto@gmail.com>
|
||||
;;; Copyright © 2025 James Smith <jsubuntuxp@disroot.org>
|
||||
;;;
|
||||
;;; This file is part of GNU Guix.
|
||||
;;;
|
||||
|
|
@ -1486,7 +1487,7 @@ the KeepKey Hardware Wallet.")
|
|||
"03779gvlx70i0nnry98i4pl1d92604ix5x6jgdfkrdgzqbh5vj27"))))
|
||||
(build-system python-build-system)
|
||||
(inputs
|
||||
(list python-keepkey python-trezor-agent))
|
||||
(list python-keepkey python-packaging python-trezor-agent))
|
||||
(home-page "https://github.com/romanz/trezor-agent")
|
||||
(synopsis "KeepKey as hardware SSH/GPG agent")
|
||||
(description "This package allows using KeepKey as a hardware SSH/GPG
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue