stabber: fix darwin build
This commit is contained in:
parent
79ac6c8fda
commit
3ecd7073e6
@ -1,5 +1,5 @@
|
||||
{ lib, stdenv, fetchFromGitHub, autoreconfHook, pkg-config, glib, expat
|
||||
, libmicrohttpd
|
||||
, libmicrohttpd, darwin
|
||||
}:
|
||||
|
||||
with lib;
|
||||
@ -20,7 +20,8 @@ stdenv.mkDerivation {
|
||||
'';
|
||||
|
||||
nativeBuildInputs = [ pkg-config autoreconfHook ];
|
||||
buildInputs = [ glib expat libmicrohttpd ];
|
||||
buildInputs = [ glib expat libmicrohttpd ] ++
|
||||
lib.optionals stdenv.isDarwin [ darwin.apple_sdk.frameworks.Security ];
|
||||
|
||||
meta = {
|
||||
description = "Stubbed XMPP Server";
|
||||
|
Loading…
Reference in New Issue
Block a user