aws-checksums: build shared libraries

This commit is contained in:
Mario Rodas 2020-02-09 04:20:00 -05:00
parent 17c9b7912e
commit 3905d9baf6
No known key found for this signature in database
GPG Key ID: 325649BCA6D53027

View File

@ -13,6 +13,8 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ cmake ];
cmakeFlags = [ "-DBUILD_SHARED_LIBS:BOOL=ON" ];
meta = with lib; {
description = "HW accelerated CRC32c and CRC32";
homepage = https://github.com/awslabs/aws-checksums;