gnu: cURL: Build against Python 3.
* gnu/packages/curl.scm (curl)[native-inputs]: Change PYTHON-2 to PYTHON-WRAPPER.
This commit is contained in:
parent
ac135287d2
commit
53ffc043af
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@
|
||||||
;; to enable the --manual option and make test 1026 pass
|
;; to enable the --manual option and make test 1026 pass
|
||||||
("groff" ,groff)
|
("groff" ,groff)
|
||||||
("pkg-config" ,pkg-config)
|
("pkg-config" ,pkg-config)
|
||||||
("python" ,python-2)))
|
("python" ,python-wrapper)))
|
||||||
(native-search-paths
|
(native-search-paths
|
||||||
;; Note: This search path is respected by the `curl` command-line tool only.
|
;; 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,
|
;; Ideally we would bake this into libcurl itself so other users can benefit,
|
||||||
|
|
Reference in a new issue