From 0ad35ab3ad1d97f6f0c4a8e7dab4e1c770ad8d67 Mon Sep 17 00:00:00 2001 From: Dima Date: Wed, 9 Oct 2019 22:23:59 +0200 Subject: aws-sdk-cpp: fixing hydra build Removing debug info to fix hydra build. The debug symbols alone are around ~1.8GB in size, which makes the closure combined with the other two outputs too large. --- pkgs/development/libraries/aws-sdk-cpp/default.nix | 1 - 1 file changed, 1 deletion(-) (limited to 'pkgs/development/libraries/aws-sdk-cpp/default.nix') diff --git a/pkgs/development/libraries/aws-sdk-cpp/default.nix b/pkgs/development/libraries/aws-sdk-cpp/default.nix index 6bfb80d3a17..037fd198fef 100644 --- a/pkgs/development/libraries/aws-sdk-cpp/default.nix +++ b/pkgs/development/libraries/aws-sdk-cpp/default.nix @@ -21,7 +21,6 @@ stdenv.mkDerivation rec { # FIXME: might be nice to put different APIs in different outputs # (e.g. libaws-cpp-sdk-s3.so in output "s3"). outputs = [ "out" "dev" ]; - separateDebugInfo = stdenv.isLinux; nativeBuildInputs = [ cmake curl ]; -- cgit 1.4.1