guix-commits
[Top][All Lists]
Advanced

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

01/06: gnu: curl: Use python-minimal-wrapper instead of python-wrapper.


From: guix-commits
Subject: 01/06: gnu: curl: Use python-minimal-wrapper instead of python-wrapper.
Date: Sat, 10 Oct 2020 12:12:50 -0400 (EDT)

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

commit e6d00c90f388ca0c50f620a62015822a63916418
Author: Jan (janneke) Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Sat Oct 10 17:00:41 2020 +0200

    gnu: curl: Use python-minimal-wrapper instead of python-wrapper.
    
    * gnu/packages/curl.scm (curl)[native-inputs]: Use python-minimal-wrapper
    instead of python-wrapper.
---
 gnu/packages/curl.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/curl.scm b/gnu/packages/curl.scm
index 6b507f7..9c78226 100644
--- a/gnu/packages/curl.scm
+++ b/gnu/packages/curl.scm
@@ -11,6 +11,7 @@
 ;;; Copyright © 2019 Ricardo Wurmus <rekado@elephly.net>
 ;;; Copyright © 2020 Jakub Kądziołka <kuba@kadziolka.net>
 ;;; Copyright © 2020 Dale Mellor <guix-devel-0brg6b@rdmp.org>
+;;; Copyright © 2020 Jan (janneke) Nieuwenhuizen <janneke@gnu.org>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -75,7 +76,7 @@
      `(("nghttp2" ,nghttp2)
        ("perl" ,perl)
        ("pkg-config" ,pkg-config)
-       ("python" ,python-wrapper)))
+       ("python" ,python-minimal-wrapper)))
    (native-search-paths
     ;; These variables are introduced by curl-use-ssl-cert-env.patch.
     (list (search-path-specification



reply via email to

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