QGroundControl icon

QGroundControl 4.4.3

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