diff options
author | Mathieu Othacehe <othacehe@gnu.org> | 2021-09-18 12:44:02 +0200 |
---|---|---|
committer | Mathieu Othacehe <othacehe@gnu.org> | 2021-09-18 12:46:12 +0200 |
commit | 54b8cdfe3c7fa9a96a170287d6b540bfcdf94594 (patch) | |
tree | 28dad2491e1c9feff4a968b2671ceb1e2c2c933f /gnu/packages | |
parent | 3963211668a2b5626805530568b88a9a4eb9e3f1 (diff) | |
download | guix-54b8cdfe3c7fa9a96a170287d6b540bfcdf94594.tar.gz |
gnu: gupnp-av: Enable Vala bindings.
* gnu/packages/gnome.scm (gupnp-av)[native-inputs]: Add vala.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/gnome.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 6c817ec2e3..ab84903d87 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))) |