emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#54231: closed ([PATCH] gnu: trezor-agent: Fix it by deleting the san


From: GNU bug Tracking System
Subject: bug#54231: closed ([PATCH] gnu: trezor-agent: Fix it by deleting the sanity-check phase.)
Date: Tue, 12 Apr 2022 12:06:01 +0000

Your message dated Tue, 12 Apr 2022 12:04:10 +0000
with message-id <87k0buwlpw.fsf@kitej>
and subject line Re: [bug#54231] [PATCH] gnu: trezor-agent: Fix it by deleting 
the sanity-check phase.
has caused the debbugs.gnu.org bug report #54231,
regarding [PATCH] gnu: trezor-agent: Fix it by deleting the sanity-check phase.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
54231: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=54231
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: trezor-agent: Fix it by deleting the sanity-check phase. Date: Thu, 3 Mar 2022 11:58:02 +0100
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




--- End Message ---
--- Begin Message --- Subject: Re: [bug#54231] [PATCH] gnu: trezor-agent: Fix it by deleting the sanity-check phase. Date: Tue, 12 Apr 2022 12:04:10 +0000
Patch pushed as d3d2881acf4f3efef61a4049ea4c7c3ba883f48c with a comment
explaining why the 'sanity-check' phase is deleted.
Thanks.

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

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