Skip to content

Commit

Permalink
aws-sdk-cpp: fixup build with gcc7
Browse files Browse the repository at this point in the history
Hydra will need more complicated fixups.
  • Loading branch information
vcunat committed Feb 18, 2018
1 parent 5beae83 commit 44f8613
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/development/libraries/aws-sdk-cpp/default.nix
Expand Up @@ -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;
Expand Down

0 comments on commit 44f8613

Please sign in to comment.