all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#53880] [PATCH 0/2] Fix build of protonvpn-cli
@ 2022-02-08 18:03 Josselin Poiret via Guix-patches via
  2022-02-08 18:05 ` [bug#53880] [PATCH 1/2] gnu: protonvpn-cli: Do not try to wrap the wrapper Josselin Poiret via Guix-patches via
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Josselin Poiret via Guix-patches via @ 2022-02-08 18:03 UTC (permalink / raw)
  To: 53880; +Cc: Josselin Poiret

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





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

end of thread, other threads:[~2022-02-12 13:25 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-08 18:03 [bug#53880] [PATCH 0/2] Fix build of protonvpn-cli Josselin Poiret via Guix-patches via
2022-02-08 18:05 ` [bug#53880] [PATCH 1/2] gnu: protonvpn-cli: Do not try to wrap the wrapper Josselin Poiret via Guix-patches via
2022-02-08 18:05 ` [bug#53880] [PATCH 2/2] gnu: protonvpn-cli: Remove sanity-check phase Josselin Poiret via Guix-patches via
2022-02-12 13:21 ` bug#53855: bug#53880: [PATCH 0/2] Fix build of protonvpn-cli Brice Waegeneire

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.