mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 15:26:47 +01:00
gnu: isync: Add SASL support.
This adds ~5.5 MiB (7.5%) to isync's now-78.6 MiB closure. * gnu/packages/mail.scm (isync)[inputs]: Add CYRUS-SASL.
This commit is contained in:
parent
c0e7a52996
commit
a052d5ab0d
1 changed files with 1 additions and 0 deletions
|
@ -1367,6 +1367,7 @@ (define-public isync
|
|||
`(("perl" ,perl)))
|
||||
(inputs
|
||||
`(("bdb" ,bdb)
|
||||
("cyrus-sasl" ,cyrus-sasl)
|
||||
("openssl" ,openssl)
|
||||
("zlib" ,zlib)))
|
||||
(home-page "http://isync.sourceforge.net/")
|
||||
|
|
Loading…
Reference in a new issue