guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/22: gnu: cURL: Build against Python 3.


From: guix-commits
Subject: 04/22: gnu: cURL: Build against Python 3.
Date: Sun, 7 Jul 2019 19:04:42 -0400 (EDT)

mbakke pushed a commit to branch core-updates
in repository guix.

commit 53ffc043af88920063c161d0a4c3c9617df4a502
Author: Marius Bakke <address@hidden>
Date:   Sun Jul 7 16:55:52 2019 +0200

    gnu: cURL: Build against Python 3.
    
    * gnu/packages/curl.scm (curl)[native-inputs]: Change PYTHON-2 to 
PYTHON-WRAPPER.
---
 gnu/packages/curl.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/curl.scm b/gnu/packages/curl.scm
index 8605c12..24932c9 100644
--- a/gnu/packages/curl.scm
+++ b/gnu/packages/curl.scm
@@ -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,



reply via email to

[Prev in Thread] Current Thread [Next in Thread]