From d3d2881acf4f3efef61a4049ea4c7c3ba883f48c Mon Sep 17 00:00:00 2001 From: Attila Lendvai Date: Thu, 3 Mar 2022 11:58:02 +0100 Subject: 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 --- gnu/packages/finance.scm | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gnu/packages/finance.scm') 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 @@ (define-public trezor-agent (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"))) -- cgit v1.2.3