[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/56: gnu: gedit: Fix build by passing '--disable-spell'.
From: |
??? |
Subject: |
05/56: gnu: gedit: Fix build by passing '--disable-spell'. |
Date: |
Mon, 02 May 2016 13:38:29 +0000 |
iyzsong pushed a commit to branch gnome-updates
in repository guix.
commit 1eb736fbefb1b8959834cc60836312083bea62d8
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 a8f7cde), ???, 2016/05/02
- 03/56: Revert "Revert "gnu: geoclue: Update to 2.4.3."", ???, 2016/05/02
- 02/56: Revert "Revert "gnu: inkscape: Fix build with glibmm-2.48."", ???, 2016/05/02
- 11/56: gnu: gtksourceview: Update to 3.20.2., ???, 2016/05/02
- 15/56: gnu: glib-networking: Update to 2.48.1., ???, 2016/05/02
- 06/56: gnu: gtkmm: Run Xvfb for tests., ???, 2016/05/02
- 19/56: gnu: gnome-terminal: Update to 3.20.1., ???, 2016/05/02
- 07/56: gnu: pango: Update to 1.40.1., ???, 2016/05/02
- 21/56: gnu: gnome-settings-daemon: Update to 3.20.1., ???, 2016/05/02
- 05/56: gnu: gedit: Fix build by passing '--disable-spell'.,
??? <=
- 09/56: gnu: at-spi2-atk: Update to 2.20.1., ???, 2016/05/02
- 12/56: gnu: gtkmm: Update to 3.20.1., ???, 2016/05/02
- 20/56: gnu: geocode-glib: Update to 3.20.1., ???, 2016/05/02
- 27/56: gnu: yelp-xsl: Update to 3.20.1., ???, 2016/05/02
- 24/56: gnu: eog: Update to 3.20.1., ???, 2016/05/02
- 26/56: gnu: epiphany: Update to 3.20.1., ???, 2016/05/02
- 14/56: gnu: vte: Update to 0.44.1., ???, 2016/05/02
- 16/56: gnu: rest: Update to 0.8.0., ???, 2016/05/02
- 18/56: gnu: gnome-sudoku: Update to 3.20.0., ???, 2016/05/02
- 33/56: gnu: gnome-online-accounts: Update to 3.20.1., ???, 2016/05/02