summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan (janneke) Nieuwenhuizen <janneke@gnu.org>2020-10-10 17:12:12 +0200
committerJan (janneke) Nieuwenhuizen <janneke@gnu.org>2020-10-10 17:13:50 +0200
commit33415356f62dbe38a934aec8f6080f83287b3913 (patch)
tree552898c93a76edd1304be6ba24d8d40371ffd399
parent45c29495ca474a66ae9095702641fc935815a626 (diff)
downloadguix-patches-33415356f62dbe38a934aec8f6080f83287b3913.tar
guix-patches-33415356f62dbe38a934aec8f6080f83287b3913.tar.gz
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.
-rw-r--r--gnu/packages/glib.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
index c703894155..cfbe81f20f 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