gnu: trezor-gpg-pinentry-tk: Adjust package.

This was supposed to be part of commit
8cf8be646a.

* gnu/packages/finance.scm (trezor-gpg-pinentry-tk)[arguments]: Skip
tests.
[propagated-inputs]: Move python:tk ...
[inputs]: ... to here.
This commit is contained in:
Efraim Flashner 2021-10-04 12:09:58 +03:00
parent 287ac9398a
commit 356136e7ff
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -898,7 +898,9 @@ (define-public trezor-gpg-pinentry-tk
(sha256
(base32 "1mblx4favmw4nf7k9rfl00ivv77kgdiwghyz4xv5cp0v410kjaqc"))))
(build-system python-build-system)
(propagated-inputs
(arguments
`(#:tests? #f)) ; No test suite.
(inputs
`(("python-tkinter" ,python "tk")))
(home-page "https://github.com/rendaw/trezor-gpg-pinentry-tk")
(synopsis "GPG pinentry program for use with @code{trezor-agent}")