Merge pull request #142306 from tomberek/nix_aws-crt-cpp3
This commit is contained in:
commit
d6ba4b80e6
@ -42,7 +42,6 @@ stdenv.mkDerivation rec {
|
|||||||
nativeBuildInputs = [ cmake curl ];
|
nativeBuildInputs = [ cmake curl ];
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
aws-crt-cpp
|
|
||||||
curl openssl zlib
|
curl openssl zlib
|
||||||
] ++ lib.optionals (stdenv.isDarwin &&
|
] ++ lib.optionals (stdenv.isDarwin &&
|
||||||
((builtins.elem "text-to-speech" apis) ||
|
((builtins.elem "text-to-speech" apis) ||
|
||||||
@ -50,14 +49,7 @@ stdenv.mkDerivation rec {
|
|||||||
[ CoreAudio AudioToolbox ];
|
[ CoreAudio AudioToolbox ];
|
||||||
|
|
||||||
# propagation is needed for Security.framework to be available when linking
|
# propagation is needed for Security.framework to be available when linking
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [ aws-crt-cpp ];
|
||||||
aws-c-cal
|
|
||||||
aws-c-event-stream
|
|
||||||
aws-c-io
|
|
||||||
aws-c-common
|
|
||||||
aws-checksums
|
|
||||||
s2n-tls
|
|
||||||
];
|
|
||||||
|
|
||||||
cmakeFlags = [
|
cmakeFlags = [
|
||||||
"-DBUILD_DEPS=OFF"
|
"-DBUILD_DEPS=OFF"
|
||||||
|
Loading…
Reference in New Issue
Block a user