gnu: mc: Order inputs alphabetically.

* gnu/packages/mc.scm (mc)[native-inputs, inputs]: Order alphabetically.
This commit is contained in:
Tobias Geerinckx-Rice 2021-05-29 15:05:05 +02:00
parent 11e4ccc6fb
commit 38e8ffe255
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -47,14 +47,14 @@ (define-public mc
(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)
("gpm" ,gpm)
("ncurses" ,ncurses)
("libssh2" ,libssh2)
("glib" ,glib)
("check" ,check)
("glib" ,glib)
("gpm" ,gpm)
("libssh2" ,libssh2)
("ncurses" ,ncurses)
("unzip" ,unzip)))
(arguments
`(#:configure-flags