gnu: gobject-introspection: Use python instead of python-wrapper.

'python' is a tiny bit simpler than 'python-wrapper', and is already
used when cross-compiling.  Use it unconditionally.

* gnu/packages/glib.scm (gobject-introspection)[inputs]{python}: Use 'python'
  even when compiling natively.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
This commit is contained in:
Maxime Devos 2021-10-01 16:21:15 +02:00 committed by Mathieu Othacehe
parent 7b71cd6dab
commit f73758f6c2
No known key found for this signature in database
GPG key ID: 8354763531769CA6

View file

@ -489,9 +489,7 @@ be used when cross-compiling."
("bison" ,bison)
("flex" ,flex)))
(inputs
`(,@(if (%current-target-system)
`(("python" ,python))
`(("python" ,python-wrapper)))
`(("python" ,python)
("zlib" ,zlib)))
(propagated-inputs
`(("glib" ,glib)