mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-16 16:08:04 -05:00
gnu: protonvpn-cli: Prefix Python input names with ‘python-’.
* gnu/packages/vpn.scm (protonvpn-cli)[native-inputs, inputs]: Add ‘’python-’ to input labels.
This commit is contained in:
parent
13d60d9262
commit
f39b7612ab
1 changed files with 3 additions and 3 deletions
|
@ -338,10 +338,10 @@ (define-public protonvpn-cli
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments '(#:tests? #f)) ; no tests in repo
|
(arguments '(#:tests? #f)) ; no tests in repo
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("docopt" ,python-docopt)))
|
`(("python-docopt" ,python-docopt)))
|
||||||
(inputs
|
(inputs
|
||||||
`(("pythondialog" ,python-pythondialog)
|
`(("python-pythondialog" ,python-pythondialog)
|
||||||
("requests" ,python-requests)))
|
("python-requests" ,python-requests)))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("openvpn" ,openvpn)
|
`(("openvpn" ,openvpn)
|
||||||
("dialog" ,dialog)))
|
("dialog" ,dialog)))
|
||||||
|
|
Loading…
Reference in a new issue