forked from mirrors/nixpkgs
Revert "aws-sdk-cpp: Enable on Darwin systems"
This reverts commit 8a43550e90
.
This commit is contained in:
parent
8a43550e90
commit
0e64be20b7
|
@ -45,7 +45,7 @@ stdenv.mkDerivation rec {
|
||||||
description = "A C++ interface for Amazon Web Services";
|
description = "A C++ interface for Amazon Web Services";
|
||||||
homepage = https://github.com/awslabs/aws-sdk-cpp;
|
homepage = https://github.com/awslabs/aws-sdk-cpp;
|
||||||
license = lib.licenses.asl20;
|
license = lib.licenses.asl20;
|
||||||
platforms = lib.platforms.unix;
|
platforms = lib.platforms.linux;
|
||||||
maintainers = [ lib.maintainers.eelco ];
|
maintainers = [ lib.maintainers.eelco ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -10748,7 +10748,7 @@ in
|
||||||
})
|
})
|
||||||
else if stdenv.isLinux
|
else if stdenv.isLinux
|
||||||
then utillinuxMinimal
|
then utillinuxMinimal
|
||||||
else libossp_uuid;
|
else null;
|
||||||
|
|
||||||
light = callPackage ../os-specific/linux/light { };
|
light = callPackage ../os-specific/linux/light { };
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue