QGroundControl icon

QGroundControl 5.0.8

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.0.8",
  "src": {
    "url": "https://github.com/mavlink/qgroundcontrol/releases/download/v5.0.8/QGroundControl.dmg",
    "sha256": "1f5fc88f331302adcb4d00c3b92f05ef83bad748196a2646497c50800ab74822"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/QGroundControl.app\" && cp -r \"QGroundControl.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Ground control station for drones",
    "homepage": "https://qgroundcontrol.com/"
  }
}