gnu: dconf: Add python to native inputs.
Since commit 5d20d7e1369fc7d93de19c0bd219937d697ceae6, meson no longer propagates Python. * gnu/packages/gnome.scm (dconf)[native-inputs]: Add python.
This commit is contained in:
parent
5d231df3cc
commit
00ed8c6fe9
1 changed files with 1 additions and 0 deletions
|
@ -4604,6 +4604,7 @@ and RDP protocols.")
|
|||
("glib:bin" ,glib "bin")
|
||||
("gtk-doc" ,gtk-doc/stable)
|
||||
("pkg-config" ,pkg-config)
|
||||
("python" ,python)
|
||||
("vala" ,vala)))
|
||||
(arguments
|
||||
`(#:glib-or-gtk? #t
|
||||
|
|
Reference in a new issue