gnu: cURL: Build against Python 3.
authorMarius Bakke <mbakke@fastmail.com>
Sun, 7 Jul 2019 14:55:52 +0000 (16:55 +0200)
committerMarius Bakke <mbakke@fastmail.com>
Sun, 7 Jul 2019 16:38:11 +0000 (18:38 +0200)
* gnu/packages/curl.scm (curl)[native-inputs]: Change PYTHON-2 to PYTHON-WRAPPER.

gnu/packages/curl.scm

index 8605c12..24932c9 100644 (file)
@@ -72,7 +72,7 @@
        ;; 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,