[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#53880] [PATCH 0/2] Fix build of protonvpn-cli
From: |
Josselin Poiret |
Subject: |
[bug#53880] [PATCH 0/2] Fix build of protonvpn-cli |
Date: |
Tue, 8 Feb 2022 19:03:33 +0100 |
Hello,
These two patches fix the build failure of protonvpn-cli. The first
one fixes the wrap target, since the wrapper code now properly handles
re-wrapping a wrapped binary. The second removes the sanity-check
phase as the main entry point tries to create a directory under ~user,
which fails, and setting HOME=/tmp will not work since expanding ~user
uses the passwd database.
Best,
Josselin Poiret (2):
gnu: protonvpn-cli: Do not try to wrap the wrapper.
gnu: protonvpn-cli: Remove sanity-check phase.
gnu/packages/vpn.scm | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
--
2.34.0
- [bug#53880] [PATCH 0/2] Fix build of protonvpn-cli,
Josselin Poiret <=