mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00:00
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 a new issue