diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2021-10-04 12:09:58 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2021-10-04 12:11:54 +0300 |
commit | 356136e7ff7698ae64bcf04ccdda4ff9e9ba8c24 (patch) | |
tree | 7faa3130a42d7dc49ddc077baa7c34464a6fff75 | |
parent | 287ac9398ab0a5fc233c21d707e7618c070f554a (diff) |
gnu: trezor-gpg-pinentry-tk: Adjust package.
This was supposed to be part of commit
8cf8be646af814d1fd5d56c4aba7008cae9394f5.
* gnu/packages/finance.scm (trezor-gpg-pinentry-tk)[arguments]: Skip
tests.
[propagated-inputs]: Move python:tk ...
[inputs]: ... to here.
-rw-r--r-- | gnu/packages/finance.scm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm index 8347821af5..6ec58f9b16 100644 --- a/gnu/packages/finance.scm +++ b/gnu/packages/finance.scm @@ -898,7 +898,9 @@ Ledger Nano as a hardware SSH/GPG agent.") (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}") |