cyrus-sasl: Fix build on darwin

Signed-off-by: Shea Levy <shea@shealevy.com>
This commit is contained in:
Shea Levy
2013-05-28 18:38:22 -04:00
parent 6cbadc4e23
commit fe009bcbc4
@@ -22,6 +22,8 @@ stdenv.mkDerivation rec {
) )
''; '';
installFlags = if stdenv.isDarwin then [ "framedir=$(out)/Library/Frameworks/SASL2.framework" ] else null;
meta = { meta = {
homepage = "http://cyrusimap.web.cmu.edu/"; homepage = "http://cyrusimap.web.cmu.edu/";
description = "library for adding authentication support to connection-based protocols"; description = "library for adding authentication support to connection-based protocols";