awscrt: fix darwin build
This commit is contained in:
parent
97f0aed2a0
commit
ae6d20c934
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ buildPythonPackage rec {
|
|||
version = "0.11.13";
|
||||
|
||||
buildInputs = lib.optionals stdenv.isDarwin
|
||||
(with darwin.apple_sdk.frameworks; [ Security ]);
|
||||
(with darwin.apple_sdk.frameworks; [ CoreFoundation Security ]);
|
||||
|
||||
# Required to suppress -Werror
|
||||
# https://github.com/NixOS/nixpkgs/issues/39687
|
||||
|
|
Loading…
Reference in a new issue