guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: gnu: gspell: Build with gobject-introspection.


From: guix-commits
Subject: 01/02: gnu: gspell: Build with gobject-introspection.
Date: Sun, 22 Dec 2019 08:01:43 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 26ba3f070af2d816172ec4ab86011b9885df5067
Author: Leo Prikler <address@hidden>
Date:   Sun Dec 22 14:50:46 2019 +0200

    gnu: gspell: Build with gobject-introspection.
    
    * gnu/packages/gnome.scm (gspell)[native-inputs]: Add
    gobject-introspection.
    
    Signed-off-by: Efraim Flashner <address@hidden>
---
 gnu/packages/gnome.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 0c65151..8f27337 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -44,6 +44,7 @@
 ;;; Copyright © 2019 David Wilson <address@hidden>
 ;;; Copyright © 2019 Raghav Gururajan <address@hidden>
 ;;; Copyright © 2019 Jonathan Brielmaier <address@hidden>
+;;; Copyright © 2019 Leo Prikler <address@hidden>
 ;;;
 ;;; 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)
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]