mothacehe pushed a commit to branch core-updates-frozen
in repository guix.

commit 54b8cdfe3c7fa9a96a170287d6b540bfcdf94594
Author: Mathieu Othacehe <[email protected]>
AuthorDate: Sat Sep 18 12:44:02 2021 +0200

    gnu: gupnp-av: Enable Vala bindings.
    
    * gnu/packages/gnome.scm (gupnp-av)[native-inputs]: Add vala.
---
 gnu/packages/gnome.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 6c817ec..ab84903 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -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)))

Reply via email to