From 26ba3f070af2d816172ec4ab86011b9885df5067 Mon Sep 17 00:00:00 2001 From: Leo Prikler Date: Sun, 22 Dec 2019 14:50:46 +0200 Subject: gnu: gspell: Build with gobject-introspection. * gnu/packages/gnome.scm (gspell)[native-inputs]: Add gobject-introspection. Signed-off-by: Efraim Flashner --- gnu/packages/gnome.scm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gnu') diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 0c65151183..8f27337992 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -44,6 +44,7 @@ ;;; Copyright © 2019 David Wilson ;;; Copyright © 2019 Raghav Gururajan ;;; Copyright © 2019 Jonathan Brielmaier +;;; Copyright © 2019 Leo Prikler ;;; ;;; This file is part of GNU Guix. ;;; @@ -8199,6 +8200,7 @@ that support the Assistive Technology Service Provider Interface (AT-SPI).") ("iso-codes" ,iso-codes))) (native-inputs `(("glib" ,glib "bin") + ("gobject-introspection" ,gobject-introspection) ("pkg-config" ,pkg-config) ("xmllint" ,libxml2) -- cgit v1.2.3