diff mbox series

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

Message ID 83848f8511ee4992505722988a1290f4@autistici.org
State Accepted
Headers show
Series [bug#37072] gnu: gtkspell3: Install Vala bindings. | expand

Commit Message

Giacomo Leidi Aug. 18, 2019, 3:46 p.m. UTC
I forgot to add my name to the header. Here's the fixed patch.

Bye,

Giacomo
diff mbox series

Patch

From ae043c183fe5c7ff3e3d4a505233aa7698dd0aaa Mon Sep 17 00:00:00 2001
From: Giacomo Leidi <goodoldpaul@autistici.org>
Date: Sun, 18 Aug 2019 17:42:19 +0200
Subject: [PATCH] gnu: gtkspell3: Install Vala bindings.

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

diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 61d3e45a05..12972b75df 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -21,6 +21,7 @@ 
 ;;; Copyright © 2018 Arun Isaac <arunisaac@systemreboot.net>
 ;;; Copyright © 2018 Pierre Neidhardt <mail@ambrevar.xyz>
 ;;; Copyright © 2019 Meiyo Peng <meiyo@riseup.net>
+;;; Copyright © 2019 Giacomo Leidi <goodoldpaul@autistici.org>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -1602,7 +1603,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