aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/aws-sdk-cpp
diff options
context:
space:
mode:
authorDima <dgoldin+github@protonmail.ch>2019-10-09 22:23:59 +0200
committerDima <dgoldin+github@protonmail.ch>2019-10-09 22:48:12 +0200
commit0ad35ab3ad1d97f6f0c4a8e7dab4e1c770ad8d67 (patch)
tree76379a82d7dcc69f13fc1a7314b989e795098164 /pkgs/development/libraries/aws-sdk-cpp
parentc5daa2cb3b77a138feefdad3833f390331cd781e (diff)
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.
Diffstat (limited to 'pkgs/development/libraries/aws-sdk-cpp')
-rw-r--r--pkgs/development/libraries/aws-sdk-cpp/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/development/libraries/aws-sdk-cpp/default.nix b/pkgs/development/libraries/aws-sdk-cpp/default.nix
index 6bfb80d3a174..037fd198fef6 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 ];