mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: protonvpn-cli: Add python-jinja2 input.
Fixes <http://issues.guix.gnu.org/43778>. * gnu/packages/vpn.scm (protonvpn-cli)[inputs]: Add python-jinja2.
This commit is contained in:
parent
f39b7612ab
commit
36045fa6d6
1 changed files with 2 additions and 1 deletions
|
@ -340,7 +340,8 @@ (define-public protonvpn-cli
|
|||
(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)
|
||||
|
|
Loading…
Reference in a new issue