diff options
author | Giacomo Leidi <goodoldpaul@autistici.org> | 2019-08-18 17:42:19 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2019-08-28 09:32:16 +0300 |
commit | 4ad7e7e604ef9b1f936b6fa02bb13061ad73c2a5 (patch) | |
tree | c55b0bb9a517bbbd4d24d1aee8dc01c0c0bcd876 /gnu/packages/gtk.scm | |
parent | a96d179b8b340c1bbda9ce16fe095729f571c240 (diff) | |
download | patches-4ad7e7e604ef9b1f936b6fa02bb13061ad73c2a5.tar patches-4ad7e7e604ef9b1f936b6fa02bb13061ad73c2a5.tar.gz |
gnu: gtkspell3: Install Vala bindings.
* gnu/packages/gtk.scm (gtkspell3)[native-inputs]: Add vala.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
Diffstat (limited to 'gnu/packages/gtk.scm')
-rw-r--r-- | gnu/packages/gtk.scm | 4 |
1 files changed, 3 insertions, 1 deletions
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+) |