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:
commit
d5f97ae600
|
@ -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";
|
||||
|
|
|
@ -22259,7 +22259,7 @@ in
|
|||
|
||||
### SCIENCE/ROBOTICS
|
||||
|
||||
apmplanner2 = libsForQt5.callPackage ../applications/science/robotics/apmplanner2 { };
|
||||
apmplanner2 = libsForQt59.callPackage ../applications/science/robotics/apmplanner2 { };
|
||||
|
||||
### MISC
|
||||
|
||||
|
|
Loading…
Reference in a new issue