diff options
author | Leo Prikler <leo.prikler@student.tugraz.at> | 2019-12-22 14:50:46 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2019-12-22 15:01:07 +0200 |
commit | 26ba3f070af2d816172ec4ab86011b9885df5067 (patch) | |
tree | 0f6b4d86b487825c2b79dadcf0719e13d981a836 /gnu | |
parent | a7a91c01c98499c8a1e44fadea1b8f70e91fc16f (diff) | |
download | guix-26ba3f070af2d816172ec4ab86011b9885df5067.tar.gz guix-26ba3f070af2d816172ec4ab86011b9885df5067.zip |
gnu: gspell: Build with gobject-introspection.
* gnu/packages/gnome.scm (gspell)[native-inputs]: Add
gobject-introspection.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/gnome.scm | 2 |
1 files changed, 2 insertions, 0 deletions
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 <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) |