GNU bug report logs - #49327
[PATCH core-updates 000/128] Add 'bash' input for 'wrap-program'.

Previous Next

Package: guix-patches;

Reported by: Maxime Devos <maximedevos <at> telenet.be>

Date: Fri, 2 Jul 2021 10:05:01 UTC

Severity: normal

Tags: patch

Done: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


Message #179 received at 49327 <at> debbugs.gnu.org (full text, mbox):

From: Maxime Devos <maximedevos <at> telenet.be>
To: 49327 <at> debbugs.gnu.org
Cc: Maxime Devos <maximedevos <at> telenet.be>
Subject: [PATCH core-updates 059/128] gnu: protonvpn-cli: Add 'bash' input for
 'wrap-program'.
Date: Fri,  2 Jul 2021 12:07:05 +0200
It is required for cross-compilation.  I'm skipping
'openconnect-sso' for now because it would probably
lead to a merge conflict.

* gnu/packages/vpn.scm (protonvpn-cli)[inputs]: Add 'bash-minimal'.
---
 gnu/packages/vpn.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/vpn.scm b/gnu/packages/vpn.scm
index 34715a4cc8..d3617ced52 100644
--- a/gnu/packages/vpn.scm
+++ b/gnu/packages/vpn.scm
@@ -457,7 +457,8 @@ traversing network address translators (@dfn{NAT}s) and firewalls.")
     (native-inputs
      `(("python-docopt" ,python-docopt)))
     (inputs
-     `(("dialog" ,dialog)
+     `(("bash" ,bash-minimal) ; for wrap-program
+       ("dialog" ,dialog)
        ("iproute2" ,iproute)
        ("iptables" ,iptables)
        ("ncurses" ,ncurses)
-- 
2.32.0





This bug report was last modified 1 year and 208 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.