diff options
author | Attila Lendvai <attila@lendvai.name> | 2021-09-24 13:05:05 +0200 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2021-11-28 21:31:08 +0100 |
commit | 25cb5bad5e2475a49e20a2da888652e0bd322530 (patch) | |
tree | 1bf2fc264b5e5bac5be97dd47f4fb5fee56b9eb3 /gnu/local.mk | |
parent | 032d1c03b65b134c05fec2dec91da3c0ba05ae0b (diff) | |
download | guix-25cb5bad5e2475a49e20a2da888652e0bd322530.tar.gz |
gnu: python-trezor-agent: Fix key generation with trezor-gpg init
* gnu/packages/finance.scm (trezor-agent): Add comment on why the undoing of the wrapping is done, and also delete the irrelevant sideffect of the now undone wrapping. (python-trezor-agent): Add a patch that changes the python code to handle the argv[0] changed by the wrapping. * gnu/packages/patches/trezor-agent-fix-argv0.patch: New file. * gnu/local.mk (dist_patch_DATA): Reference patch. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index efe153faf2..b1eb41d4fc 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1680,6 +1680,7 @@ dist_patch_DATA = \ %D%/packages/patches/python-pytorch-system-libraries.patch \ %D%/packages/patches/python-robotframework-source-date-epoch.patch \ %D%/packages/patches/python-seaborn-kde-test.patch \ + %D%/packages/patches/python-trezor-agent-fix-argv0.patch \ %D%/packages/patches/python2-subprocess32-disable-input-test.patch \ %D%/packages/patches/python-unittest2-python3-compat.patch \ %D%/packages/patches/python-unittest2-remove-argparse.patch \ |