aws-sdk-cpp: Use multiple outputs

This commit is contained in:
Eelco Dolstra 2016-12-08 14:19:19 +01:00
parent 5fd4ffe00f
commit 5743506c6e
No known key found for this signature in database
GPG key ID: 8170B4726D7198DE

View file

@ -16,6 +16,10 @@ stdenv.mkDerivation rec {
sha256 = "09vag1ybfqvw37djmd9g740iqjvg8nwr4p0xb21rfj06vazrdg4b";
};
# FIXME: might be nice to put different APIs in different outputs
# (e.g. libaws-cpp-sdk-s3.so in output "s3").
outputs = [ "out" "dev" ];
buildInputs = [ cmake curl libuuid ];
cmakeFlags =