Merge branch 'master' into gnome-team

This commit is contained in:
Liliana Marie Prikler 2023-06-08 15:33:29 +02:00
commit 909788c0ae
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87
75 changed files with 2738 additions and 711 deletions

View file

@ -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)))