mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: gobject-introspection: Move things to native-inputs.
* gnu/packages/glib.scm (gobject-introspection)[native-inputs]: Make 'bison' and 'flex' inputs unconditional ... (gobject-introspection)[inputs]: ... and unconditionally remove them here. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
This commit is contained in:
parent
9bf44750dc
commit
7b71cd6dab
1 changed files with 3 additions and 9 deletions
|
@ -486,18 +486,12 @@ be used when cross-compiling."
|
|||
(native-inputs
|
||||
`(("glib" ,glib "bin")
|
||||
("pkg-config" ,pkg-config)
|
||||
;; TODO(core-updates): Unconditionally place "flex" and "bison"
|
||||
;; in 'native-inputs'.
|
||||
,@(if (%current-target-system)
|
||||
`(("bison" ,bison)
|
||||
("flex" ,flex))
|
||||
'())))
|
||||
("bison" ,bison)
|
||||
("flex" ,flex)))
|
||||
(inputs
|
||||
`(,@(if (%current-target-system)
|
||||
`(("python" ,python))
|
||||
`(("bison" ,bison)
|
||||
("flex" ,flex)
|
||||
("python" ,python-wrapper)))
|
||||
`(("python" ,python-wrapper)))
|
||||
("zlib" ,zlib)))
|
||||
(propagated-inputs
|
||||
`(("glib" ,glib)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue