diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-10-03 16:23:10 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-10-03 16:51:08 +0200 |
commit | 36045fa6d6f6ed240bf26d3040846533e9e35e82 (patch) | |
tree | 901f9c3e571c6a0a4384418f0eee650f4f3ce2c1 /gnu/packages/vpn.scm | |
parent | f39b7612ab205849246e344f1392b1633e2e5062 (diff) |
gnu: protonvpn-cli: Add python-jinja2 input.
Fixes <http://issues.guix.gnu.org/43778>.
* gnu/packages/vpn.scm (protonvpn-cli)[inputs]: Add python-jinja2.
Diffstat (limited to 'gnu/packages/vpn.scm')
-rw-r--r-- | gnu/packages/vpn.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/vpn.scm b/gnu/packages/vpn.scm index a40f0e8828..e451ca1891 100644 --- a/gnu/packages/vpn.scm +++ b/gnu/packages/vpn.scm @@ -340,7 +340,8 @@ traversing network address translators (@dfn{NAT}s) and firewalls.") (native-inputs `(("python-docopt" ,python-docopt))) (inputs - `(("python-pythondialog" ,python-pythondialog) + `(("python-jinja2" ,python-jinja2) + ("python-pythondialog" ,python-pythondialog) ("python-requests" ,python-requests))) (propagated-inputs `(("openvpn" ,openvpn) |