15 stdenv.mkDerivation rec {
19 src = fetchFromGitHub {
23 sha256 = "sha256-SXMDyzQ8hjPx9q9GhE11lYjj3IZY35mvUWELlYQmgGU=";
42 "-DBUILD_SHARED_LIBS=ON"
50 description = "C99 library implementation for communicating with the S3 service";
51 homepage = "https://github.com/awslabs/aws-c-s3";
52 license = licenses.asl20;
53 maintainers = with maintainers; [ r-burns ];
55 platforms = platforms.unix;