[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
- branch core-updates updated (b843f62 -> 5d3cec7), guix-commits, 2020/10/10
- 01/06: gnu: curl: Use python-minimal-wrapper instead of python-wrapper.,
guix-commits <=
- 03/06: gnu: jbig2dec: Use python-minimal-wrapper instead of python-wrapper., guix-commits, 2020/10/10
- 02/06: gnu: ghostscript: Use python-minimal-wrapper instead of python-wrapper., guix-commits, 2020/10/10
- 04/06: gnu: htop: Use python-minimal-wrapper instead of python-wrapper., guix-commits, 2020/10/10
- 05/06: gnu: glib: Use python-minimal-wrapper instead of python-wrapper., guix-commits, 2020/10/10
- 06/06: gnu: boost: Use python-minimal-wrapper instead of python-wrapper., guix-commits, 2020/10/10