mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
Merge branch 'master' into gnome-team
This commit is contained in:
commit
909788c0ae
75 changed files with 2738 additions and 711 deletions
|
@ -524,7 +524,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)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue