16 stdenv.mkDerivation rec {
18 # nixpkgs-update: no auto update
21 src = fetchFromGitHub {
25 hash = "sha256-wVHTfiAejAra8LnytxSJijUXHDmEwAj5D+wXOKq32B4=";
41 propagatedBuildInputs = [
46 "-DBUILD_SHARED_LIBS=ON"
54 description = "C99 library implementation of AWS client-side authentication";
55 homepage = "https://github.com/awslabs/aws-c-auth";
56 license = licenses.asl20;
57 platforms = platforms.unix;
58 maintainers = with maintainers; [ r-burns ];