guix-commits
[Top][All Lists]
Advanced

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

07/11: gnu: gedit: Support gspell.


From: Tobias Geerinckx-Rice
Subject: 07/11: gnu: gedit: Support gspell.
Date: Wed, 9 Aug 2017 02:45:59 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 0d2df50caf3076f99884f0d773f2208202962bd7
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Wed Aug 9 00:11:35 2017 +0200

    gnu: gedit: Support gspell.
    
    * gnu/packages/gnome.scm (gedit)[arguments]: Remove #:configure-flags.
    [inputs]: Add gspell.
---
 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 deac8b4..60017df 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4525,8 +4525,7 @@ javascript engine and the GObject introspection 
framework.")
                 "0as9r5zvnyrxh699q6jnd0p9ddqy5qamfbxggpdjzagzixhw6yxa"))))
     (build-system glib-or-gtk-build-system)
     (arguments
-     `(#:configure-flags '("--disable-spell") ; XXX: gspell not packaged yet
-       #:phases
+     `(#:phases
        (modify-phases %standard-phases
          (add-after
           'install 'wrap-gedit
@@ -4552,6 +4551,7 @@ javascript engine and the GObject introspection 
framework.")
        ("pkg-config" ,pkg-config)))
     (inputs
      `(("glib" ,glib)
+       ("gspell" ,gspell)
        ("gtk+" ,gtk+)
        ("gtksourceview" ,gtksourceview)
        ("libpeas" ,libpeas)



reply via email to

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