From: Vagrant Cascadian <vagrant@debian.org>
To: 34377@debbugs.gnu.org
Subject: bug#34377: (ledger|trezor|keepkey)-agent execute shell code with python interpreter
Date: Thu, 07 Feb 2019 19:28:00 -0800 [thread overview]
Message-ID: <87k1ib6jsv.fsf@ponder> (raw)
In-Reply-To: <handler.34377.B.154958970210386.ack@debbugs.gnu.org>
[-- Attachment #1: Type: text/plain, Size: 1273 bytes --]
Quick fix/workaround is the following patch, simply overwriting the
wrapped trezor_agent.py with the real thing.
live well,
vagrant
commit ef39a4dc42dcd2daaa7a626c923f1115f8540091
Author: Vagrant Cascadian <vagrant@debian.org>
Date: Fri Feb 8 03:23:14 2019 +0000
trezor-agent: Overwrite trezor_agent.py wrapper with real thing.
diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm
index 035f6f5965..88b365dfb7 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -805,6 +805,17 @@ Then set the environment variable GNUPGHOME to
(sha256
(base32
"144657c7bn0a667dq5fv5r6j7iilxf3h9agj29v1m2qpq40g0az8"))))
+ (arguments
+ ;; Tests fail with "AttributeError: module 'attr' has no attribute 's'".
+ `(#:phases
+ (modify-phases %standard-phases
+ (add-after 'wrap 'fixup-agent-py
+ (lambda* (#:key inputs outputs #:allow-other-keys)
+ (let* ((out (assoc-ref outputs "out")))
+ ;; overwrite the wrapper with the real thing.
+ (install-file "./trezor_agent.py"
+ (string-append out "/bin/"))
+ #t))))))
(build-system python-build-system)
(inputs
`(("python-trezor" ,python-trezor)
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 227 bytes --]
prev parent reply other threads:[~2019-02-08 3:29 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-02-08 1:34 bug#34377: (ledger|trezor|keepkey)-agent execute shell code with python interpreter Vagrant Cascadian
[not found] ` <handler.34377.B.154958970210386.ack@debbugs.gnu.org>
2019-02-08 3:28 ` Vagrant Cascadian [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87k1ib6jsv.fsf@ponder \
--to=vagrant@debian.org \
--cc=34377@debbugs.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).