aws-sdk-cpp: fixup build with gcc7
Hydra will need more complicated fixups.
This commit is contained in:
parent
5beae8347a
commit
44f8613fb3
@ -58,6 +58,8 @@ in stdenv.mkDerivation rec {
|
|||||||
rm aws-cpp-sdk-core-tests/aws/auth/AWSCredentialsProviderTest.cpp
|
rm aws-cpp-sdk-core-tests/aws/auth/AWSCredentialsProviderTest.cpp
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
NIX_CFLAGS_COMPILE = [ "-Wno-error=noexcept-type" ];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "A C++ interface for Amazon Web Services";
|
description = "A C++ interface for Amazon Web Services";
|
||||||
homepage = https://github.com/awslabs/aws-sdk-cpp;
|
homepage = https://github.com/awslabs/aws-sdk-cpp;
|
||||||
|
Loading…
Reference in New Issue
Block a user