apmplanner2: fix build

see ArduPilot/apm_planner#1166
This commit is contained in:
Stephen 2019-03-14 10:26:32 -07:00
parent 8f9e283f92
commit 08e4d7cf69
2 changed files with 2 additions and 1 deletions

View file

@ -5,6 +5,7 @@
stdenv.mkDerivation rec {
name = "apmplanner2-${version}";
# TODO revert Qt59 to Qt5 in pkgs/top-level/all-packages.nix on next release
version = "2.0.26";
src = fetchFromGitHub {
owner = "ArduPilot";

View file

@ -22259,7 +22259,7 @@ in
### SCIENCE/ROBOTICS
apmplanner2 = libsForQt5.callPackage ../applications/science/robotics/apmplanner2 { };
apmplanner2 = libsForQt59.callPackage ../applications/science/robotics/apmplanner2 { };
### MISC