isync: adds cyrus_sasl to (re)enable authentication
This commit is contained in:
parent
20e8e71c96
commit
a3785360a9
@ -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/;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user