[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/06: gnu: glib: Use python-minimal-wrapper instead of python-wrapper.
From: |
guix-commits |
Subject: |
05/06: gnu: glib: Use python-minimal-wrapper instead of python-wrapper. |
Date: |
Sat, 10 Oct 2020 12:12:51 -0400 (EDT) |
janneke pushed a commit to branch core-updates
in repository guix.
commit 33415356f62dbe38a934aec8f6080f83287b3913
Author: Jan (janneke) Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Sat Oct 10 17:12:12 2020 +0200
gnu: glib: Use python-minimal-wrapper instead of python-wrapper.
* gnu/packages/glib.scm (glib)[native-inputs]: Use python-minimal-wrapper
instead of python-wrapper.
---
gnu/packages/glib.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
index c703894..cfbe81f 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -14,6 +14,7 @@
;;; Copyright © 2019, 2020 Marius Bakke <mbakke@fastmail.com>
;;; Copyright © 2020 Nicolò Balzarotti <nicolo@nixo.xyz>
;;; Copyright © 2020 Florian Pelz <pelzflorian@pelzflorian.de>
+;;; Copyright © 2020 Jan (janneke) Nieuwenhuizen <janneke@gnu.org>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -209,7 +210,7 @@ shared NFS home directories.")
("m4" ,m4) ; for installing m4 macros
("dbus" ,dbus) ; for GDBus tests
("pkg-config" ,pkg-config)
- ("python" ,python-wrapper)
+ ("python" ,python-minimal-wrapper)
("perl" ,perl) ; needed by GIO tests
("tzdata" ,tzdata-for-tests))) ; for tests/gdatetime.c
(arguments
- 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, 2020/10/10
- 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 <=
- 06/06: gnu: boost: Use python-minimal-wrapper instead of python-wrapper., guix-commits, 2020/10/10