We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 5beae83 commit 44f8613Copy full SHA for 44f8613
pkgs/development/libraries/aws-sdk-cpp/default.nix
@@ -58,6 +58,8 @@ in stdenv.mkDerivation rec {
58
rm aws-cpp-sdk-core-tests/aws/auth/AWSCredentialsProviderTest.cpp
59
'';
60
61
+ NIX_CFLAGS_COMPILE = [ "-Wno-error=noexcept-type" ];
62
+
63
meta = {
64
description = "A C++ interface for Amazon Web Services";
65
homepage = https://github.com/awslabs/aws-sdk-cpp;
0 commit comments