guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: trezor-gpg-pinentry-tk: Adjust package.


From: guix-commits
Subject: branch master updated: gnu: trezor-gpg-pinentry-tk: Adjust package.
Date: Mon, 04 Oct 2021 05:14:15 -0400

This is an automated email from the git hooks/post-receive script.

efraim pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 356136e  gnu: trezor-gpg-pinentry-tk: Adjust package.
356136e is described below

commit 356136e7ff7698ae64bcf04ccdda4ff9e9ba8c24
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Oct 4 12:09:58 2021 +0300

    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.
---
 gnu/packages/finance.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm
index 8347821..6ec58f9 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}")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]