Unverified Commit 41f2798e authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

go-crx3: fix build on darwin (#392419)

parents f3e1ea27 3f66cd46
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -27,7 +27,7 @@ buildGoModule (finalAttrs: {

  checkFlags = [
    # requires network access
    "-skip=^TestDownloadFromWebStore$"
    "-skip=^TestDownloadFromWebStore(|Negative)$"
  ];

  nativeBuildInputs = [ installShellFiles ];