cyrus-sasl: Fix build on darwin
Signed-off-by: Shea Levy <shea@shealevy.com>
This commit is contained in:
@@ -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";
|
||||||
|
|||||||
Reference in New Issue
Block a user