Add missing darwin build dependency (#286)

This commit is contained in:
Gabor Pihaj 2024-05-25 21:38:01 +01:00 committed by GitHub
parent c6982c9737
commit 6c0d126f4b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 {