Commit ca3eca77 authored by Weijia Wang's avatar Weijia Wang
Browse files

gcsfuse: mark as broken on darwin

parent 64b28c61
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
{ lib
, buildGoModule
, fetchFromGitHub
, stdenv
}:

buildGoModule rec {
@@ -41,5 +42,7 @@ buildGoModule rec {
    changelog = "https://github.com/GoogleCloudPlatform/gcsfuse/releases/tag/v${version}";
    license = licenses.asl20;
    maintainers = [ ];
    # internal/cache/file/downloader/job.go:386:77: undefined: syscall.O_DIRECT
    broken = stdenv.hostPlatform.isDarwin;
  };
}