gnu: gupnp-av: Enable Vala bindings.
* gnu/packages/gnome.scm (gupnp-av)[native-inputs]: Add vala.
This commit is contained in:
parent
3963211668
commit
54b8cdfe3c
1 changed files with 2 additions and 1 deletions
|
@ -1410,7 +1410,8 @@ given profile, etc. DLNA is a subset of UPnP A/V.")
|
|||
("gobject-introspection" ,gobject-introspection)
|
||||
("gtk-doc" ,gtk-doc/stable)
|
||||
("libxml" ,libxml2)
|
||||
("pkg-config" ,pkg-config)))
|
||||
("pkg-config" ,pkg-config)
|
||||
("vala" ,vala)))
|
||||
(inputs
|
||||
`(("gtk+" ,gtk+)
|
||||
("gupnp" ,gupnp)))
|
||||
|
|
Reference in a new issue