Skip to content

Commit

Permalink
apmplanner2: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengroat committed Mar 14, 2019
1 parent 8f9e283 commit 08e4d7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions pkgs/applications/science/robotics/apmplanner2/default.nix
Expand Up @@ -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";
Expand Down
2 changes: 1 addition & 1 deletion pkgs/top-level/all-packages.nix
Expand Up @@ -22259,7 +22259,7 @@ in

### SCIENCE/ROBOTICS

apmplanner2 = libsForQt5.callPackage ../applications/science/robotics/apmplanner2 { };
apmplanner2 = libsForQt59.callPackage ../applications/science/robotics/apmplanner2 { };

### MISC

Expand Down

0 comments on commit 08e4d7c

Please sign in to comment.