unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#37072] [PATCH] gnu: gtkspell3: Install Vala bindings.
@ 2019-08-18 11:24 Giacomo Leidi
  2019-08-18 15:46 ` goodoldpaul
  2019-08-26 18:58 ` goodoldpaul
  0 siblings, 2 replies; 4+ messages in thread
From: Giacomo Leidi @ 2019-08-18 11:24 UTC (permalink / raw)
  To: 37072

* 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

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-08-28  6:40 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-08-18 11:24 [bug#37072] [PATCH] gnu: gtkspell3: Install Vala bindings Giacomo Leidi
2019-08-18 15:46 ` goodoldpaul
2019-08-26 18:58 ` goodoldpaul
2019-08-28  6:39   ` bug#37072: " Efraim Flashner

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).