QGroundControl icon

QGroundControl 5.1.0

Ground control station for drones

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    qgroundcontrol # QGroundControl
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    qgroundcontrol # QGroundControl
  ];
}

Package Definition

{
  "pname": "qgroundcontrol",
  "version": "5.1.0",
  "src": {
    "url": "https://github.com/mavlink/qgroundcontrol/releases/download/v5.1.0/QGroundControl.dmg",
    "sha256": "94c9a5c432f1e919e94f6a40aa30df0dc16fd639de6c9b01280a3dd3a4f8e4e4"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/QGroundControl.app\" && cp -r \"QGroundControl.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Ground control station for drones",
    "homepage": "https://qgroundcontrol.com/"
  }
}