gnu: weechat: Sort inputs alphabetically.
* gnu/packages/irc.scm (weechat)[inputs]: Sort alphabetically.
This commit is contained in:
parent
bee2c1a918
commit
6634b29f50
1 changed files with 13 additions and 12 deletions
|
@ -184,18 +184,19 @@ SILC and ICB protocols via plugins.")
|
||||||
("pkg-config" ,pkg-config)
|
("pkg-config" ,pkg-config)
|
||||||
;; For tests.
|
;; For tests.
|
||||||
("cpputest" ,cpputest)))
|
("cpputest" ,cpputest)))
|
||||||
(inputs `(("ncurses" ,ncurses)
|
(inputs
|
||||||
("libgcrypt" ,libgcrypt "out")
|
`(("aspell" ,aspell)
|
||||||
("zlib" ,zlib)
|
|
||||||
("aspell" ,aspell)
|
|
||||||
("curl" ,curl)
|
("curl" ,curl)
|
||||||
("gnutls" ,gnutls)
|
("gnutls" ,gnutls)
|
||||||
|
("libgcrypt" ,libgcrypt "out")
|
||||||
|
("ncurses" ,ncurses)
|
||||||
|
("zlib" ,zlib)
|
||||||
|
|
||||||
;; Scripting language plug-ins.
|
;; Scripting language plug-ins.
|
||||||
("guile" ,guile-2.2)
|
("guile" ,guile-2.2)
|
||||||
("lua" ,lua-5.1)
|
("lua" ,lua-5.1)
|
||||||
("python" ,python)
|
|
||||||
("perl" ,perl)
|
("perl" ,perl)
|
||||||
|
("python" ,python)
|
||||||
("tcl" ,tcl)))
|
("tcl" ,tcl)))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags
|
`(#:configure-flags
|
||||||
|
|
Reference in a new issue