me
/
guix
Archived
1
0
Fork 0

gnu: rspamd: Sort inputs.

* gnu/packages/mail.scm (rspamd)[inputs]: Order alphabetically.
master
Tobias Geerinckx-Rice 2023-08-06 02:00:00 +02:00
parent 7087fc0751
commit f1536efe7b
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 7 additions and 7 deletions

View File

@ -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")