Skip to content

Commit 44f8613

Browse files
committedFeb 18, 2018
aws-sdk-cpp: fixup build with gcc7
Hydra will need more complicated fixups.
1 parent 5beae83 commit 44f8613

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

Diff for: ‎pkgs/development/libraries/aws-sdk-cpp/default.nix

+2
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ in stdenv.mkDerivation rec {
5858
rm aws-cpp-sdk-core-tests/aws/auth/AWSCredentialsProviderTest.cpp
5959
'';
6060

61+
NIX_CFLAGS_COMPILE = [ "-Wno-error=noexcept-type" ];
62+
6163
meta = {
6264
description = "A C++ interface for Amazon Web Services";
6365
homepage = https://github.com/awslabs/aws-sdk-cpp;

0 commit comments

Comments
 (0)
Please sign in to comment.