guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: trezor-agent: Fix it by deleting the sanity-check phase.


From: guix-commits
Subject: 01/03: gnu: trezor-agent: Fix it by deleting the sanity-check phase.
Date: Tue, 12 Apr 2022 08:03:52 -0400 (EDT)

glv pushed a commit to branch master
in repository guix.

commit d3d2881acf4f3efef61a4049ea4c7c3ba883f48c
Author: Attila Lendvai <attila@lendvai.name>
AuthorDate: Thu Mar 3 11:58:02 2022 +0100

    gnu: trezor-agent: Fix it by deleting the sanity-check phase.
    
    * gnu/packages/finance.scm (trezor-agent)[arguments]: Delete 'sanity-check'
      phase.
    
    Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
---
 gnu/packages/finance.scm | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm
index 9f2d055048..9b6e801c9c 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -1156,6 +1156,9 @@ the KeepKey Hardware Wallet.")
     (arguments
      `(#:phases
        (modify-phases %standard-phases
+         ;; This package only has a Python script, not a Python module, so the
+         ;; sanity-check phase can't work.
+         (delete 'sanity-check)
          (add-after 'wrap 'fixup-agent-py
            (lambda* (#:key inputs outputs #:allow-other-keys)
              (let* ((out (assoc-ref outputs "out")))



reply via email to

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