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