mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-23 04:25:14 +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
|
# TODO: package mavlink so we can build from a normal source tarball
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "mavlink";
|
owner = "mavlink";
|
||||||
repo = pname;
|
repo = "qgroundcontrol";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-2Bc4uC/2e+PTsvFZ4RjnTzkOiBO9vsYHeLPkcwpDRrg=";
|
hash = "sha256-2Bc4uC/2e+PTsvFZ4RjnTzkOiBO9vsYHeLPkcwpDRrg=";
|
||||||
fetchSubmodules = true;
|
fetchSubmodules = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user