summaryrefslogtreecommitdiff
path: root/gnu/packages/abiword.scm
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2017-01-11 21:18:25 +0100
committerLudovic Courtès <ludo@gnu.org>2017-01-11 23:01:54 +0100
commit89b99531c2789baac421e003457c496471b16416 (patch)
treed7d45c6eab823ea2af8d74f5b312c2c796cd9a36 /gnu/packages/abiword.scm
parent8d67610bdc542b92c2b500e36e4e66c090dadede (diff)
downloadguix-patches-89b99531c2789baac421e003457c496471b16416.tar
guix-patches-89b99531c2789baac421e003457c496471b16416.tar.gz
gnu: abiword: Allow GTK+ schemas to be found.
Fixes <http://bugs.gnu.org/25037>. Reported by Adonay Felipe Nogueira <adfeno@openmailbox.org>. * gnu/packages/abiword.scm (abiword)[build-system]: Set to GLIB-OR-GTK-BUILD-SYSTEM.
Diffstat (limited to 'gnu/packages/abiword.scm')
-rw-r--r--gnu/packages/abiword.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/abiword.scm b/gnu/packages/abiword.scm
index 8e89bb2f52..f4f79fd79a 100644
--- a/gnu/packages/abiword.scm
+++ b/gnu/packages/abiword.scm
@@ -22,6 +22,7 @@
#:use-module (guix packages)
#:use-module (guix download)
#:use-module (guix build-system gnu)
+ #:use-module (guix build-system glib-or-gtk)
#:use-module (gnu packages)
#:use-module (gnu packages autotools)
#:use-module (gnu packages boost)
@@ -56,7 +57,7 @@
(search-patches "abiword-wmf-version-lookup-fix.patch"
"abiword-explictly-cast-bools.patch"))))
- (build-system gnu-build-system)
+ (build-system glib-or-gtk-build-system)
(arguments ;; NOTE: rsvg is disabled, since Abiword
`(#:configure-flags ;; supports it directly, and its BS is broken.
(list