Merge pull request #21165 from matthewbauer/master

aws-sdk-cpp: Enable on Darwin systems
This commit is contained in:
Eelco Dolstra 2016-12-15 09:40:39 +01:00 committed by GitHub
commit 3ae905aafc
2 changed files with 2 additions and 2 deletions

@ -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.linux;
platforms = lib.platforms.unix;
maintainers = [ lib.maintainers.eelco ];
};
}

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