mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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 @@ be used when cross-compiling."
|
||||||
"/_giscanner"))))
|
"/_giscanner"))))
|
||||||
#~()))))
|
#~()))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("glib" ,glib "bin")
|
`(,@(if (%current-target-system)
|
||||||
|
`(("python" ,python))
|
||||||
|
'())
|
||||||
|
("glib" ,glib "bin")
|
||||||
("pkg-config" ,pkg-config)
|
("pkg-config" ,pkg-config)
|
||||||
("bison" ,bison)
|
("bison" ,bison)
|
||||||
("flex" ,flex)))
|
("flex" ,flex)))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue