diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-05-29 15:05:05 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-05-29 16:09:48 +0200 |
commit | 38e8ffe25582aa9ffb5196bcd46a201571961591 (patch) | |
tree | 274abf815ade9a47417988845c113036fc8eddd7 /gnu/packages/mc.scm | |
parent | 11e4ccc6fb8f10f4d7c81e663eb4933c915572aa (diff) | |
download | guix-38e8ffe25582aa9ffb5196bcd46a201571961591.tar.gz |
gnu: mc: Order inputs alphabetically.
* gnu/packages/mc.scm (mc)[native-inputs, inputs]: Order alphabetically.
Diffstat (limited to 'gnu/packages/mc.scm')
-rw-r--r-- | gnu/packages/mc.scm | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gnu/packages/mc.scm b/gnu/packages/mc.scm index 9b5a0c4830..b9dea3b446 100644 --- a/gnu/packages/mc.scm +++ b/gnu/packages/mc.scm @@ -47,14 +47,14 @@ (sha256 (base32 "09vc2vf6k12a8k5gdss6hcskwfcbyalrkhn65nidkwlm0p2svpn6")))) (build-system gnu-build-system) - (native-inputs `(("pkg-config" ,pkg-config) - ("perl" ,perl))) + (native-inputs `(("perl" ,perl) + ("pkg-config" ,pkg-config))) (inputs `(("aspell" ,aspell) + ("check" ,check) + ("glib" ,glib) ("gpm" ,gpm) - ("ncurses" ,ncurses) ("libssh2" ,libssh2) - ("glib" ,glib) - ("check" ,check) + ("ncurses" ,ncurses) ("unzip" ,unzip))) (arguments `(#:configure-flags |