Unverified Commit ae8372f2 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

gclient2nix: use buildpackages.jq for cross compilation (#415610)

parents 21de768e c43802c7
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -9,6 +9,7 @@
  callPackage,
  fetchFromGitiles,
  fetchFromGitHub,
  buildPackages,
}:

let
@@ -43,7 +44,7 @@ let
    makeSetupHook {
      name = "gclient-unpack-hook";
      substitutions = {
        jq = lib.getExe jq;
        jq = lib.getExe buildPackages.jq;
      };
    } ./gclient-unpack-hook.sh
  ) { };