···68 fetchSubmodules = true;
69 };
7000000071 meta = with lib; {
72 description = "Provides full ground station support and configuration for the PX4 and APM Flight Stacks";
73 homepage = "http://qgroundcontrol.com/";
···68 fetchSubmodules = true;
69 };
7071+ patches = [
72+ # fix build problems caused by https://github.com/mavlink/qgroundcontrol/pull/10132
73+ # remove once updated past 4.2.0
74+ ./fix-10132.patch
75+ ];
76+77 meta = with lib; {
78 description = "Provides full ground station support and configuration for the PX4 and APM Flight Stacks";
79 homepage = "http://qgroundcontrol.com/";