mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: ledger-agent: Switch to pyproject-build-system.
* gnu/packages/finance.scm (ledger-agent)[build-system]: Switch to pyproject. [native-inputs]: Add python-setuptools, python-wheel. Change-Id: I83217137e8992a497fae5605ab9f7fc7cf82ba46 Signed-off-by: Steve George <steve@futurile.net>
This commit is contained in:
parent
de25335437
commit
e98fdeab2e
1 changed files with 3 additions and 1 deletions
|
@ -1228,9 +1228,11 @@ the KeepKey Hardware Wallet.")
|
|||
(sha256
|
||||
(base32
|
||||
"03zj602m2rln9yvr08dswy56vzkbldp8b074ixwzz525dafblr92"))))
|
||||
(build-system python-build-system)
|
||||
(build-system pyproject-build-system)
|
||||
(inputs
|
||||
(list python-ledgerblue python-trezor-agent))
|
||||
(native-inputs
|
||||
(list python-setuptools python-wheel))
|
||||
(home-page "https://github.com/romanz/trezor-agent")
|
||||
(synopsis "Ledger as hardware SSH/GPG agent")
|
||||
(description "This package allows using Ledger as hardware SSH/GPG agent.")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue