Revert "aws-sdk-cpp: Enable on Darwin systems"
This reverts commit 5b2e289c0a
.
This commit is contained in:
parent
0f17a2ba1e
commit
ef65353c73
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
@ -10774,7 +10774,7 @@ in
|
||||
})
|
||||
else if stdenv.isLinux
|
||||
then utillinuxMinimal
|
||||
else libossp_uuid;
|
||||
else null;
|
||||
|
||||
light = callPackage ../os-specific/linux/light { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user