mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -05:00
gnu: gobject-introspection: Fix cross-compiling.
* gnu/packages/glib.scm(gobject-introspection)[native-inputs]: When cross-compiling add python. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
188da31fe5
commit
3f45c3b12b
1 changed files with 4 additions and 1 deletions
|
@ -556,7 +556,10 @@ (define gobject-introspection
|
|||
"/_giscanner"))))
|
||||
#~()))))
|
||||
(native-inputs
|
||||
`(("glib" ,glib "bin")
|
||||
`(,@(if (%current-target-system)
|
||||
`(("python" ,python))
|
||||
'())
|
||||
("glib" ,glib "bin")
|
||||
("pkg-config" ,pkg-config)
|
||||
("bison" ,bison)
|
||||
("flex" ,flex)))
|
||||
|
|
Loading…
Reference in a new issue