gnu: rspamd: Sort inputs.
* gnu/packages/mail.scm (rspamd)[inputs]: Order alphabetically.master
parent
7087fc0751
commit
f1536efe7b
|
@ -4563,17 +4563,17 @@ on RFC 3501 and original @code{imaplib} module.")
|
|||
'(#:configure-flags '("-DENABLE_LUAJIT=ON"
|
||||
"-DLOCAL_CONFDIR=/etc/rspamd")))
|
||||
(inputs
|
||||
(list openssl
|
||||
(list file
|
||||
glib
|
||||
ragel
|
||||
luajit
|
||||
sqlite
|
||||
file
|
||||
icu4c
|
||||
libsodium
|
||||
luajit
|
||||
openssl
|
||||
pcre2
|
||||
zlib
|
||||
perl
|
||||
libsodium))
|
||||
ragel
|
||||
sqlite
|
||||
zlib))
|
||||
(native-inputs
|
||||
(list pkg-config))
|
||||
(synopsis "Spam filtering system")
|
||||
|
|
Reference in New Issue