1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-26 07:31:20 +00:00

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
commit d5f97ae600
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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