aws-sdk-cpp: Enable on Darwin systems

libuuid can be provided by libossp_uuid.
This commit is contained in:
Matthew Bauer 2016-12-14 22:38:40 -06:00
parent d295d68609
commit 5b2e289c0a
No known key found for this signature in database
GPG Key ID: E04D0AD9469141C3
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.linux;
platforms = lib.platforms.unix;
maintainers = [ lib.maintainers.eelco ];
};
}

View File

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