Merge pull request #144576 from r-burns/aws-c-mqtt

aws-c-mqtt: don't use ninja generator
This commit is contained in:
Ryan Burns 2021-11-04 09:27:43 -07:00 committed by GitHub
commit 18243bfec0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,6 @@
, aws-c-http
, aws-c-io
, cmake
, ninja
, s2n-tls
}:
@ -23,7 +22,6 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [
cmake
ninja
];
buildInputs = [