3
0
Fork 0
forked from mirrors/nixpkgs

aws-sdk-cpp: Enable on Darwin systems

This (re)reverts commit ef65353c73.
This commit is contained in:
Daiderd Jordan 2016-12-15 15:35:17 +01:00
parent d77db89c3f
commit 8a43550e90
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.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 { };