gnu: cURL: Build against Python 3.

* gnu/packages/curl.scm (curl)[native-inputs]: Change PYTHON-2 to PYTHON-WRAPPER.
This commit is contained in:
Marius Bakke 2019-07-07 16:55:52 +02:00
parent ac135287d2
commit 53ffc043af
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -72,7 +72,7 @@ (define-public curl
;; to enable the --manual option and make test 1026 pass
("groff" ,groff)
("pkg-config" ,pkg-config)
("python" ,python-2)))
("python" ,python-wrapper)))
(native-search-paths
;; Note: This search path is respected by the `curl` command-line tool only.
;; Ideally we would bake this into libcurl itself so other users can benefit,