[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/285: gnu: gspell: Build with gobject-introspection.
From: |
guix-commits |
Subject: |
08/285: gnu: gspell: Build with gobject-introspection. |
Date: |
Sun, 29 Dec 2019 20:43:50 -0500 (EST) |
kkebreau pushed a commit to branch wip-gnome3.34
in repository guix.
commit c6feaa14073d2fef660b19497ee21839d5f13b6d
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 5119603..9bd048f 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.
;;;
@@ -8245,6 +8246,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)
- branch wip-gnome3.34 updated (26ec7d6 -> 281bce1), guix-commits, 2019/12/29
- 05/285: gexp: Add system and target support to gexp->file., guix-commits, 2019/12/29
- 07/285: gnu: mumble: Actually modify qt-build-system., guix-commits, 2019/12/29
- 08/285: gnu: gspell: Build with gobject-introspection.,
guix-commits <=
- 11/285: gnu: cpupower: Fix library location., guix-commits, 2019/12/29
- 04/285: gnu: ktouch: Update to 19.08.3., guix-commits, 2019/12/29
- 06/285: gnu: git-annex: Update to 7.20191218., guix-commits, 2019/12/29
- 10/285: gnu: parallel: Update to 20191222., guix-commits, 2019/12/29
- 13/285: gnu: gnome-shell-extension-hide-app-icon: Fix installation., guix-commits, 2019/12/29
- 14/285: gnu: gnome-shell-extension-dash-to-dock: Depropagate glib:bin., guix-commits, 2019/12/29
- 15/285: gnu: gnome-shell-extensions: Depropagate glib:bin., guix-commits, 2019/12/29
- 12/285: gnu: guix-data-service: Update to 0.0.1-9.31110ac., guix-commits, 2019/12/29
- 25/285: gnu: ktouch: Use fixed qt-build-system., guix-commits, 2019/12/29
- 09/285: gnu: Add polari., guix-commits, 2019/12/29