mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
7b71cd6dab
commit
f73758f6c2
1 changed files with 1 additions and 3 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue