Revert "aws-sdk-cpp: Enable on Darwin systems"

This reverts commit 8a43550e90.
This commit is contained in:
Daiderd Jordan 2016-12-15 21:10:08 +01:00
parent 8a43550e90
commit 0e64be20b7
No known key found for this signature in database
GPG key ID: D02435D05B810C96
2 changed files with 2 additions and 2 deletions

View file

@ -45,7 +45,7 @@ stdenv.mkDerivation rec {
description = "A C++ interface for Amazon Web Services";
homepage = https://github.com/awslabs/aws-sdk-cpp;
license = lib.licenses.asl20;
platforms = lib.platforms.unix;
platforms = lib.platforms.linux;
maintainers = [ lib.maintainers.eelco ];
};
}

View file

@ -10748,7 +10748,7 @@ in
})
else if stdenv.isLinux
then utillinuxMinimal
else libossp_uuid;
else null;
light = callPackage ../os-specific/linux/light { };