guix-commits
[Top][All Lists]
Advanced

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

04/11: gnu: gspell: Order inputs alphabetically.


From: Tobias Geerinckx-Rice
Subject: 04/11: gnu: gspell: Order inputs alphabetically.
Date: Wed, 9 Aug 2017 02:45:59 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit a801ae4cae3f2260e4a8cb3c3f342efdead31cb5
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Tue Aug 8 23:43:13 2017 +0200

    gnu: gspell: Order inputs alphabetically.
    
    * gnu/packages/gnome.scm (gspell)[inputs, native-inputs]: Re-order.
---
 gnu/packages/gnome.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index c3963d5..95c9246 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -6454,17 +6454,17 @@ that support the Assistive Technology Service Provider 
Interface (AT-SPI).")
              #t)))))
     (inputs
      `(("enchant" ,enchant)
-       ("iso-codes" ,iso-codes)
        ("gtk+" ,gtk+)
-       ("glib" ,glib)))
+       ("glib" ,glib)
+       ("iso-codes" ,iso-codes)))
     (native-inputs
      `(("glib" ,glib "bin")
        ("pkg-config" ,pkg-config)
        ("xmllint" ,libxml2)
 
        ;; For tests.
-       ("xorg-server" ,xorg-server)
-       ("aspell-dict-en" ,aspell-dict-en)))
+       ("aspell-dict-en" ,aspell-dict-en)
+       ("xorg-server" ,xorg-server)))
     (home-page "https://wiki.gnome.org/Projects/gspell";)
     (synopsis "GNOME's alternative spell checker")
     (description



reply via email to

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