nckx pushed a commit to branch master
in repository guix.

commit 38e8ffe25582aa9ffb5196bcd46a201571961591
Author: Tobias Geerinckx-Rice <[email protected]>
AuthorDate: Sat May 29 15:05:05 2021 +0200

    gnu: mc: Order inputs alphabetically.
    
    * gnu/packages/mc.scm (mc)[native-inputs, inputs]: Order alphabetically.
---
 gnu/packages/mc.scm | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/mc.scm b/gnu/packages/mc.scm
index 9b5a0c4..b9dea3b 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

Reply via email to