me
/
guix
Archived
1
0
Fork 0

gnu: gupnp-av: Enable Vala bindings.

* gnu/packages/gnome.scm (gupnp-av)[native-inputs]: Add vala.
master
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
1 changed files with 2 additions and 1 deletions

View File

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