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 {
|
stdenv.mkDerivation rec {
|
||||||
name = "apmplanner2-${version}";
|
name = "apmplanner2-${version}";
|
||||||
|
# TODO revert Qt59 to Qt5 in pkgs/top-level/all-packages.nix on next release
|
||||||
version = "2.0.26";
|
version = "2.0.26";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "ArduPilot";
|
owner = "ArduPilot";
|
||||||
|
@ -22259,7 +22259,7 @@ in
|
|||||||
|
|
||||||
### SCIENCE/ROBOTICS
|
### SCIENCE/ROBOTICS
|
||||||
|
|
||||||
apmplanner2 = libsForQt5.callPackage ../applications/science/robotics/apmplanner2 { };
|
apmplanner2 = libsForQt59.callPackage ../applications/science/robotics/apmplanner2 { };
|
||||||
|
|
||||||
### MISC
|
### MISC
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user