aws-sdk-cpp: fixup build with gcc7

Hydra will need more complicated fixups.
This commit is contained in:
Vladimír Čunát 2018-02-18 16:52:37 +01:00
parent 5beae8347a
commit 44f8613fb3
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

@ -58,6 +58,8 @@ in stdenv.mkDerivation rec {
rm aws-cpp-sdk-core-tests/aws/auth/AWSCredentialsProviderTest.cpp
'';
NIX_CFLAGS_COMPILE = [ "-Wno-error=noexcept-type" ];
meta = {
description = "A C++ interface for Amazon Web Services";
homepage = https://github.com/awslabs/aws-sdk-cpp;