unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#54231] [PATCH] gnu: trezor-agent: Fix it by deleting the sanity-check phase.
@ 2022-03-03 10:58 Attila Lendvai
  2022-03-03 12:28 ` Maxime Devos
  2022-03-30 13:29 ` [bug#54231] " Marek Paśnikowski
  0 siblings, 2 replies; 8+ messages in thread
From: Attila Lendvai @ 2022-03-03 10:58 UTC (permalink / raw)
  To: 54231; +Cc: Attila Lendvai

It used to work before the new sanity_check.py was added, and the build result
still seems to work fine.
---
 gnu/packages/finance.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm
index 985eaa87f7..26c546caed 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -1156,6 +1156,7 @@ (define-public trezor-agent
     (arguments
      `(#:phases
        (modify-phases %standard-phases
+         (delete 'sanity-check) ; TODO It fails, but the package works fine.
          (add-after 'wrap 'fixup-agent-py
            (lambda* (#:key inputs outputs #:allow-other-keys)
              (let* ((out (assoc-ref outputs "out")))
-- 
2.34.0





^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2022-04-12 12:30 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-03 10:58 [bug#54231] [PATCH] gnu: trezor-agent: Fix it by deleting the sanity-check phase Attila Lendvai
2022-03-03 12:28 ` Maxime Devos
2022-03-03 14:24   ` Attila Lendvai
2022-04-12 10:41     ` Attila Lendvai
2022-04-12 11:11       ` Maxime Devos
2022-04-12 12:04         ` bug#54231: " Guillaume Le Vaillant
2022-03-30 13:29 ` [bug#54231] " Marek Paśnikowski
2022-04-12 12:29   ` Maxime Devos

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).