[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
20/71: gnu: gedit: Fix build by passing '--disable-spell'.
From: |
??? |
Subject: |
20/71: gnu: gedit: Fix build by passing '--disable-spell'. |
Date: |
Mon, 02 May 2016 14:08:19 +0000 |
iyzsong pushed a commit to branch gnome-updates
in repository guix.
commit 33cd9bef2c2715c21601ef7dde479df84aa2e7ec
Author: 宋文武 <address@hidden>
Date: Wed Apr 27 22:04:38 2016 +0800
gnu: gedit: Fix build by passing '--disable-spell'.
* gnu/packages/gnome.scm (gedit)[arguments]: Pass '--disable-spell' to
configure.
---
gnu/packages/gnome.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 3bd5c95..81a6836 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -3960,7 +3960,8 @@ javascript engine and the GObject introspection
framework.")
"1i0x1jd9x1vpv8lwdlzwf0ml8jxh3b3l6nlg6pbnfjw47w3y6iws"))))
(build-system glib-or-gtk-build-system)
(arguments
- `(#:phases
+ `(#:configure-flags '("--disable-spell") ; XXX: gspell not packaged yet
+ #:phases
(modify-phases %standard-phases
(add-after
'install 'wrap-gedit
@@ -3987,7 +3988,6 @@ javascript engine and the GObject introspection
framework.")
("gtksourceview" ,gtksourceview)
("libpeas" ,libpeas)
("libxml2" ,libxml2)
- ("enchant" ,enchant)
("iso-codes" ,iso-codes)
("python-pygobject" ,python-pygobject)
("python" ,python)
- branch gnome-updates created (now ad1b7d8), ???, 2016/05/02
- 02/71: syscalls: 'statfs' explicitly binds 'statfs64'., ???, 2016/05/02
- 01/71: syscalls: statfs: Add missing 'mount-flags' field of 'struct statfs'., ???, 2016/05/02
- 03/71: gnu: bootstrap: Add case for i686-mingw., ???, 2016/05/02
- 18/71: Revert "Revert "gnu: geoclue: Update to 2.4.3."", ???, 2016/05/02
- 05/71: gnu: ao: Replace "itemize" with "enumerate" in description string., ???, 2016/05/02
- 04/71: gnu: ao: Format the description string., ???, 2016/05/02
- 19/71: Revert "Revert "gnu: gjs: Skip test_utf8_inout test."", ???, 2016/05/02
- 20/71: gnu: gedit: Fix build by passing '--disable-spell'.,
??? <=
- 21/71: gnu: gtkmm: Run Xvfb for tests., ???, 2016/05/02
- 23/71: gnu: at-spi2-core: Update to 2.20.1., ???, 2016/05/02
- 29/71: gnu: vte: Update to 0.44.1., ???, 2016/05/02
- 25/71: gnu: gtk+: Update to 3.20.3., ???, 2016/05/02
- 27/71: gnu: gtkmm: Update to 3.20.1., ???, 2016/05/02
- 12/71: syscalls: Implement arrays in 'define-c-struct' and use it., ???, 2016/05/02
- 32/71: gnu: libsoup: Update to 2.54.1., ???, 2016/05/02
- 30/71: gnu: glib-networking: Update to 2.48.1., ???, 2016/05/02
- 15/71: gnu: Add r-xnomial., ???, 2016/05/02
- 10/71: gnu: Add python2-shedskin., ???, 2016/05/02