Skip to content

Commit

Permalink
Merge pull request #79616 from marsam/fix-nix-build
Browse files Browse the repository at this point in the history
nix: fix build
  • Loading branch information
worldofpeace authored Feb 9, 2020
2 parents 89e9f68 + 7addbec commit fa74455
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/development/libraries/aws-c-event-stream/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ stdenv.mkDerivation rec {
buildInputs = [ aws-c-common aws-checksums ] ++ lib.optional stdenv.hostPlatform.isMusl libexecinfo;

cmakeFlags = [
"-DBUILD_SHARED_LIBS:BOOL=ON"
"-DCMAKE_MODULE_PATH=${aws-c-common}/lib/cmake"
];

Expand Down
2 changes: 2 additions & 0 deletions pkgs/development/libraries/aws-checksums/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit fa74455

Please sign in to comment.