From 0ea23218ad5a625400fc478e24408e9fd1aec94a Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Fri, 16 Oct 2020 00:07:10 +0300 Subject: gnu: mdk: Sort inputs alphabetically. * gnu/packages/education.scm (mdk)[native-inputs]: Sort inputs alphabetically. [inputs]: Same. --- gnu/packages/education.scm | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'gnu/packages') diff --git a/gnu/packages/education.scm b/gnu/packages/education.scm index 81816ce7f0..d91c086581 100644 --- a/gnu/packages/education.scm +++ b/gnu/packages/education.scm @@ -970,15 +970,15 @@ floating through space.") `(#:configure-flags (list "--enable-gui=yes" "-with-readline=yes"))) (native-inputs `(("flex" ,flex) - ("pkg-config" ,pkg-config) - ("intltool" ,intltool))) + ("intltool" ,intltool) + ("pkg-config" ,pkg-config))) (inputs - `(("readline" ,readline) - ("glib" ,glib) + `(("glib" ,glib) ("gtk+" ,gtk+) + ("libglade" ,libglade) ("ncurses" ,ncurses) ("pango" ,pango) - ("libglade" ,libglade))) + ("readline" ,readline))) (home-page "https://www.gnu.org/software/mdk/") (synopsis "Virtual development environment for Knuth's MIX") (description -- cgit v1.2.3