guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#37072] [PATCH] gnu: gtkspell3: Install Vala bindings.


From: Giacomo Leidi
Subject: [bug#37072] [PATCH] gnu: gtkspell3: Install Vala bindings.
Date: Sun, 18 Aug 2019 13:24:54 +0200

* gnu/packages/gtk.scm (gtkspell3)[native-inputs]: Add vala.
---
 gnu/packages/gtk.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 61d3e45a05..20f0ead6d6 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -1602,7 +1602,8 @@ glass artworks done by Venicians glass blowers.")
     (build-system gnu-build-system)
     (native-inputs
      `(("intltool" ,intltool)
-       ("pkg-config" ,pkg-config)))
+       ("pkg-config" ,pkg-config)
+       ("vala" ,vala)))
     (inputs
      `(("gobject-introspection" ,gobject-introspection)
        ("gtk+" ,gtk+)
-- 
2.22.1






reply via email to

[Prev in Thread] Current Thread [Next in Thread]