qgroundcontrol: Fix build

This silences some warnings to not run into "Log limit exceeded" on
hydra.
This commit is contained in:
Josef Kemetmüller 2020-01-05 23:41:37 +01:00 committed by Alyssa Ross
parent 8b07500163
commit 3a8d05747b
1 changed files with 2 additions and 0 deletions

View File

@ -27,6 +27,8 @@ mkDerivation rec {
cd build
'';
NIX_CFLAGS_COMPILE = [ "-Wno-address-of-packed-member" ]; # Don't litter logs with these warnings
qmakeFlags = [
# Default install tries to copy Qt files into package
"CONFIG+=QGC_DISABLE_BUILD_SETUP"