mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 23:32:24 -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)
|
||||
(arguments '(#:tests? #f)) ; no tests in repo
|
||||
(native-inputs
|
||||
`(("docopt" ,python-docopt)))
|
||||
`(("python-docopt" ,python-docopt)))
|
||||
(inputs
|
||||
`(("pythondialog" ,python-pythondialog)
|
||||
("requests" ,python-requests)))
|
||||
`(("python-pythondialog" ,python-pythondialog)
|
||||
("python-requests" ,python-requests)))
|
||||
(propagated-inputs
|
||||
`(("openvpn" ,openvpn)
|
||||
("dialog" ,dialog)))
|
||||
|
|
Loading…
Reference in a new issue