gnu: gspell: Build with gobject-introspection.
authorLeo Prikler <leo.prikler@student.tugraz.at>
Sun, 22 Dec 2019 12:50:46 +0000 (14:50 +0200)
committerEfraim Flashner <efraim@flashner.co.il>
Sun, 22 Dec 2019 13:01:07 +0000 (15:01 +0200)
* gnu/packages/gnome.scm (gspell)[native-inputs]: Add
gobject-introspection.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
gnu/packages/gnome.scm

index 0c65151..8f27337 100644 (file)
@@ -44,6 +44,7 @@
 ;;; Copyright © 2019 David Wilson <david@daviwil.com>
 ;;; Copyright © 2019 Raghav Gururajan <raghavgururajan@disroot.org>
 ;;; Copyright © 2019 Jonathan Brielmaier <jonathan.brielmaier@web.de>
+;;; Copyright © 2019 Leo Prikler <leo.prikler@student.tugraz.at>
 ;;;
 ;;; 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)