guix-commits
[Top][All Lists]
Advanced

[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



reply via email to

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