Unverified Commit 4c6a6032 authored by Gavin John's avatar Gavin John
Browse files

qgroundcontrol: Remove pname misuse

parent 54bda809
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;