gnu: gupnp-av: Enable Vala bindings.

* gnu/packages/gnome.scm (gupnp-av)[native-inputs]: Add vala.
This commit is contained in:
Mathieu Othacehe 2021-09-18 12:44:02 +02:00
parent 3963211668
commit 54b8cdfe3c
No known key found for this signature in database
GPG key ID: 8354763531769CA6

View file

@ -1410,7 +1410,8 @@ (define-public gupnp-av
("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)))