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>master
parent
188da31fe5
commit
3f45c3b12b
|
@ -556,7 +556,10 @@ be used when cross-compiling."
|
|||
"/_giscanner"))))
|
||||
#~()))))
|
||||
(native-inputs
|
||||
`(("glib" ,glib "bin")
|
||||
`(,@(if (%current-target-system)
|
||||
`(("python" ,python))
|
||||
'())
|
||||
("glib" ,glib "bin")
|
||||
("pkg-config" ,pkg-config)
|
||||
("bison" ,bison)
|
||||
("flex" ,flex)))
|
||||
|
|
Reference in New Issue