Unverified Commit 3f66cd46 authored by Defelo's avatar Defelo
Browse files

go-crx3: fix build on darwin

parent 5210fb7f
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 ];