aws-c-mqtt: don't use ninja generator
Fixes darwin -> linux cross-compilation (Example: https://hydra.nixos.org/build/157245711/nixlog/67)
This commit is contained in:
parent
16ab20685f
commit
0fbbb454dd
@ -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 = [
|
||||
|
Loading…
Reference in New Issue
Block a user