aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/aws-c-event-stream
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2020-02-09 04:21:00 -0500
committerMario Rodas <marsam@users.noreply.github.com>2020-02-09 04:21:00 -0500
commit7addbecfe5d93ffdf6188078f6a0797a8d2a295e (patch)
treefe74283b5364d6b22c33d0becb3c048300d7686e /pkgs/development/libraries/aws-c-event-stream
parent3905d9baf6fe46cd390f4c5823bbbc1e88348f06 (diff)
aws-c-event-stream: build shared libraries
Diffstat (limited to 'pkgs/development/libraries/aws-c-event-stream')
-rw-r--r--pkgs/development/libraries/aws-c-event-stream/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/libraries/aws-c-event-stream/default.nix b/pkgs/development/libraries/aws-c-event-stream/default.nix
index ccc4abb85fdb..cc26c29c9d1d 100644
--- a/pkgs/development/libraries/aws-c-event-stream/default.nix
+++ b/pkgs/development/libraries/aws-c-event-stream/default.nix
@@ -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"
];