Add missing darwin build dependency (#286)
This commit is contained in:
@@ -27,7 +27,7 @@
|
|||||||
};
|
};
|
||||||
nativeBuildInputs = [ pkg-config ];
|
nativeBuildInputs = [ pkg-config ];
|
||||||
buildInputs = [ openssl ] ++ lib.optionals stdenv.isDarwin
|
buildInputs = [ openssl ] ++ lib.optionals stdenv.isDarwin
|
||||||
(with darwin.apple_sdk.frameworks; [ AppKit Security ]);
|
(with darwin.apple_sdk.frameworks; [ AppKit Security Cocoa]);
|
||||||
};
|
};
|
||||||
|
|
||||||
devShell = mkShell {
|
devShell = mkShell {
|
||||||
|
|||||||
Reference in New Issue
Block a user