isync: adds cyrus_sasl to (re)enable authentication

This commit is contained in:
_1126 2015-04-07 11:43:08 +02:00 committed by Moritz Ulrich
parent 20e8e71c96
commit a3785360a9

View File

@ -1,4 +1,4 @@
{ fetchurl, stdenv, openssl, pkgconfig, db }: { fetchurl, stdenv, openssl, pkgconfig, db, cyrus_sasl }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "isync-1.2.0"; name = "isync-1.2.0";
@ -8,7 +8,7 @@ stdenv.mkDerivation rec {
sha256 = "0n8fwvv88h7ps7qs122kgh1yx5308765fiwqav5h7m272vg7hf43"; sha256 = "0n8fwvv88h7ps7qs122kgh1yx5308765fiwqav5h7m272vg7hf43";
}; };
buildInputs = [ openssl pkgconfig db ]; buildInputs = [ openssl pkgconfig db cyrus_sasl ];
meta = { meta = {
homepage = http://isync.sourceforge.net/; homepage = http://isync.sourceforge.net/;