gnu: protonvpn-cli: Prefix Python input names with ‘python-’.
authorTobias Geerinckx-Rice <me@tobias.gr>
Sat, 3 Oct 2020 14:20:56 +0000 (16:20 +0200)
committerTobias Geerinckx-Rice <me@tobias.gr>
Sat, 3 Oct 2020 14:51:07 +0000 (16:51 +0200)
* gnu/packages/vpn.scm (protonvpn-cli)[native-inputs, inputs]: Add
‘’python-’ to input labels.

gnu/packages/vpn.scm

index d22f9cc..a40f0e8 100644 (file)
@@ -338,10 +338,10 @@ traversing network address translators (@dfn{NAT}s) and firewalls.")
     (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)))