From a801ae4cae3f2260e4a8cb3c3f342efdead31cb5 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Tue, 8 Aug 2017 23:43:13 +0200 Subject: [PATCH] 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 c3963d556b..95c9246d41 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -6454,17 +6454,17 @@ (define-public gspell #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