Unverified Commit 5eba4ab4 authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

gopls: fix build in darwin sandbox (#486453)

parents 53bd7ee3 b093fe18
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -36,6 +36,7 @@ buildGoLatestModule (finalAttrs: {

  doInstallCheck = true;
  nativeInstallCheckInputs = [ versionCheckHook ];
  versionCheckKeepEnvironment = [ "TMPDIR" ];
  versionCheckProgramArg = "version";

  passthru.updateScript = nix-update-script { extraArgs = [ "--version-regex=gopls/(.*)" ]; };