Merge pull request #57650 from stephengroat/patch-4

apmplanner2: fix build
This commit is contained in:
Dmitry Kalinkin
2019-03-14 15:28:57 -04:00
committed by GitHub
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