mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 07:12:30 -05:00
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 @@ (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)))
|
||||
|
|
Loading…
Reference in a new issue