cyrus-sasl: Fix build on darwin
Signed-off-by: Shea Levy <shea@shealevy.com>
This commit is contained in:
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 = {
|
||||
homepage = "http://cyrusimap.web.cmu.edu/";
|
||||
description = "library for adding authentication support to connection-based protocols";
|
||||
|
Loading…
Reference in New Issue
Block a user