mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-22 20:14:37 +00:00
qgroundcontrol: Remove pname misuse
This commit is contained in:
parent
54bda8090b
commit
4c6a603295
@ -95,7 +95,7 @@ stdenv.mkDerivation rec {
|
||||
# TODO: package mavlink so we can build from a normal source tarball
|
||||
src = fetchFromGitHub {
|
||||
owner = "mavlink";
|
||||
repo = pname;
|
||||
repo = "qgroundcontrol";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-2Bc4uC/2e+PTsvFZ4RjnTzkOiBO9vsYHeLPkcwpDRrg=";
|
||||
fetchSubmodules = true;
|
||||
|
Loading…
Reference in New Issue
Block a user